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