mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 06:23:44 +08:00
fix merge bug
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import { fileURLToPath } from 'url';
|
||||
import { CN_MASKS } from "./cn";
|
||||
// import { TW_MASKS } from "./tw";
|
||||
import { EN_MASKS } from "./en";
|
||||
@@ -12,6 +13,8 @@ const BUILTIN_MASKS: Record<string, BuiltinMask[]> = {
|
||||
en: EN_MASKS,
|
||||
};
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
|
||||
const dirname = path.dirname(__filename);
|
||||
|
||||
fs.writeFile(
|
||||
|
||||
Reference in New Issue
Block a user