## 变更 ### 1. 添加 bech32 类型声明 - 新增 electron/types/bech32.d.ts 手动声明模块类型 - 解决跨机器编译时找不到 bech32 类型的问题 ### 2. 添加清理脚本 - npm run clean: 清理构建产物 (dist, dist-electron, release) - npm run clean:all: 完全清理 (包括 node_modules) - npm run rebuild: 清理后重新构建 - npm run rebuild:win: 清理后重新构建 Windows 版本 ## 跨机器编译说明 在新电脑上编译时,建议执行: ```bash npm run clean:all npm install npm run build:win ``` 或使用一键重建: ```bash npm run rebuild:win ``` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude | ||
| api-gateway | ||
| infrastructure | ||
| mpc-system | ||
| scripts | ||
| services | ||
| .env.windows | ||
| docker-compose.windows.yml | ||