Go to file
2025-04-02 19:28:39 +08:00
lingtropy-client 实现改写文案标题 2025-04-02 19:28:39 +08:00
.gitignore Initial commit 2025-03-17 10:53:31 +08:00
package.json 修复bug 2025-03-20 23:16:18 +08:00
README.md 修复bug 2025-03-20 23:16:18 +08:00
yarn.lock 修复bug 2025-03-20 23:16:18 +08:00

LingTropy

减小包体 yarn global add depcheck depcheck

然后yarn remove

还有配置修改 module.exports = { files: [ "dist//*", // 只打包 dist 目录 "!node_modules//*" // 排除 node_modules ], asar: true, // 使用 asar 压缩 };