优化bug

This commit is contained in:
24kycj
2025-12-19 19:37:41 +08:00
parent 94f7841873
commit 9056f144da
10 changed files with 2876 additions and 2657 deletions
+2 -2
View File
@@ -83,8 +83,8 @@
2. **运行加密脚本**
```bash
npm run encrypt:win # Windows
npm run encrypt:linux # Linux/Mac
yarncrypt:win # Windows
yarncrypt:linux # Linux/Mac
```
3. **验证结果**
+1 -1
View File
@@ -14,7 +14,7 @@ if (!process.versions.electron) {
console.error('请使用以下方式运行:');
console.error(' Windows: encrypt-electron-win.bat');
console.error(' Linux/Mac: ./encrypt-electron.sh');
console.error(' 或: npm run encrypt:win / npm run encrypt:linux');
console.error(' 或: yarncrypt:win / yaryarnpt:linux');
process.exit(1);
}