增加其他平台的打包指令

This commit is contained in:
2025-10-14 10:13:32 +08:00
parent 54b9abfeeb
commit 8b0359c149
5 changed files with 71 additions and 21 deletions
+6
View File
@@ -6,6 +6,12 @@
const fs = require('fs');
const path = require('path');
const os = require('os');
// 只在 Windows 环境下设置终端标题
if (os.platform() === 'win32') {
process.title = 'Pixiv Manager';
}
// 加载配置文件
function loadConfig() {