LingTropy/README.md
2025-07-26 17:08:54 +08:00

25 lines
458 B
Markdown

# LingTropy
LingTropy 是一个基于 Electron + Vue3 开发的桌面应用,用于文案和标题的智能改写。
减小包体
yarn global add depcheck
depcheck
然后yarn remove <unused-package>
还有配置修改
module.exports = {
files: [
"dist/**/*", // 只打包 dist 目录
"!node_modules/**/*" // 排除 node_modules
],
asar: true, // 使用 asar 压缩
};
build方式
cd .\lingtropy-client\
yarn install
yarn run build:mac