mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 12:06:38 +08:00
5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
import { BuiltinMask } from "./typing";
|
|
|
|
export const CN_MASKS: BuiltinMask[] = [
|
|
];
|