Go to file
2025-07-26 17:07:33 +08:00
lingtropy-client 调整build指令 2025-07-26 17:07:33 +08:00
.gitignore Initial commit 2025-03-17 10:53:31 +08:00
package-lock.json 6 2025-07-26 15:56:45 +08:00
package.json 6 2025-07-26 15:56:45 +08:00
README.md 增加复制全部的按钮 2025-04-12 21:14:17 +08:00
yarn.lock 6 2025-07-26 15:56:45 +08:00

LingTropy

LingTropy 是一个基于 Electron + Vue3 开发的桌面应用,用于文案和标题的智能改写。

减小包体 yarn global add depcheck depcheck

然后yarn remove

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