Go to file
2025-04-12 21:14:17 +08:00
lingtropy-client 增加复制全部的按钮 2025-04-12 21:14:17 +08:00
.gitignore Initial commit 2025-03-17 10:53:31 +08:00
package.json 增加复制全部的按钮 2025-04-12 21:14:17 +08:00
README.md 增加复制全部的按钮 2025-04-12 21:14:17 +08:00
yarn.lock 增加复制全部的按钮 2025-04-12 21:14:17 +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 压缩 };