📝 更新打包方法 优化启动速度(目前没什么区别其实)

This commit is contained in:
MoeSnowyFox
2025-08-27 20:29:08 +08:00
parent 464758073b
commit 163cb78fc9
3 changed files with 5878 additions and 4044 deletions

View File

@@ -40,12 +40,12 @@ yarn install
### 开发模式
```bash
yarn dev # 启动 Electron 开发环境
yarn dev
```
### 构建
```bash
yarn build # 构建生产版本
yarn build
```
## 技术栈