Feat: cn to en

This commit is contained in:
Unitwk 2022-08-22 11:42:33 +08:00 committed by GitHub
parent c6bfea3cee
commit 1d773a167a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,5 +9,5 @@ const PTY_PATH = path.normalize(path.join(process.cwd(), "lib", ptyName));
const FILENAME_BLACKLIST = ["\\", "/", ".", "'", '"', "?", "*", "<", ">"];
// 常量表
export { FILENAME_BLACKLIST, PTY_PATH };