1 Star 0 Fork 1

qq756585379/typing-word

forked from zyronon/typing-word 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
compress.cjs 284 Bytes
一键复制 编辑 原始数据 按行查看 历史
zyronon 提交于 2023-11-10 23:15 . fuck gitee
let path = require("path");
let fs = require("fs");
let pathName = "../public/translate";
const str = fs.readFileSync(`${pathName}/en2zh_CN.json`, "utf8");
let translateDict = JSON.parse(str);
fs.writeFileSync(
pathName + `/en2zh_CN-min.json`,
JSON.stringify(translateDict)
);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/756585379/typing-word.git
git@gitee.com:756585379/typing-word.git
756585379
typing-word
typing-word
master

搜索帮助