mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-29 00:50:22 +09:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
import { BuiltinMask } from "./typing";
|
|
|
|
export const CN_MASKS: BuiltinMask[] = [];
|