389 B
389 B
LingTropy
LingTropy 是一个基于 Electron + Vue3 开发的桌面应用,用于文案和标题的智能改写。
减小包体 yarn global add depcheck depcheck
然后yarn remove
还有配置修改 module.exports = { files: [ "dist//*", // 只打包 dist 目录 "!node_modules//*" // 排除 node_modules ], asar: true, // 使用 asar 压缩 };