diff --git a/package.json b/package.json index b1ce06c..c5990ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pixiv-manager", - "version": "1.0.5", + "version": "1.0.6", "private": true, "main": "backend/start.js", "bin": "backend/start.js", diff --git a/scripts/create-portable.js b/scripts/create-portable.js index a163b3b..eb0c1cb 100644 --- a/scripts/create-portable.js +++ b/scripts/create-portable.js @@ -34,26 +34,6 @@ async function createPortable(platform = 'win') { await fs.copy(exePath, path.join(portableDir, exeName)); } - // 创建配置文件 - const config = { - server: { - port: 3000, - autoOpenBrowser: true - }, - proxy: { - port: null, - enabled: "auto" - }, - logging: { - level: "INFO" - }, - system: { - threadPoolSize: 16 - } - }; - - await fs.writeFile(path.join(portableDir, 'config.json'), JSON.stringify(config, null, 2), 'utf8'); - // 创建README let executableInstructions = ''; if (platform === 'linux') { diff --git a/ui/src/components/common/UpdateChecker.vue b/ui/src/components/common/UpdateChecker.vue index 0c2e47c..dd03d44 100644 --- a/ui/src/components/common/UpdateChecker.vue +++ b/ui/src/components/common/UpdateChecker.vue @@ -63,7 +63,7 @@
1 下载新版本的 pixiv-manager-portable.rar - 文件 + 文件(如果是linux,下载 pixiv-manager-portable-linux.zip
2 @@ -71,11 +71,6 @@
3 - ⚠️ 重要:重新检查 start.bat - 中的代理端口和启动端口配置 -
-
- 4 重新启动程序即可