mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 23:26:39 +08:00
Update build.ts
This commit is contained in:
parent
2d7f5129e9
commit
fb94120702
@ -6,10 +6,14 @@ import { EN_MASKS } from "./en";
|
||||
|
||||
import { type BuiltinMask } from "./typing";
|
||||
|
||||
// const BUILTIN_MASKS: Record<string, BuiltinMask[]> = {
|
||||
// cn: CN_MASKS,
|
||||
// tw: TW_MASKS,
|
||||
// en: EN_MASKS,
|
||||
// };
|
||||
|
||||
const BUILTIN_MASKS: Record<string, BuiltinMask[]> = {
|
||||
cn: CN_MASKS,
|
||||
tw: TW_MASKS,
|
||||
en: EN_MASKS,
|
||||
};
|
||||
|
||||
const dirname = path.dirname(__filename);
|
||||
|
Loading…
Reference in New Issue
Block a user