From f7efcb7fc97a0a1a5984415b789dbeb13dd10d77 Mon Sep 17 00:00:00 2001 From: purp1e Date: Sun, 9 Nov 2025 15:30:45 +0800 Subject: [PATCH] v0.0.6 release --- src-tauri/tauri.conf.json | 2 +- src/components/cstb/FpsTest.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 47ac12e..06919e2 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -52,7 +52,7 @@ }, "productName": "CS工具箱", "mainBinaryName": "cstb", - "version": "0.0.6-beta.10", + "version": "0.0.6", "identifier": "upup.cool", "plugins": { "deep-link": { diff --git a/src/components/cstb/FpsTest.tsx b/src/components/cstb/FpsTest.tsx index e022f01..983a59c 100644 --- a/src/components/cstb/FpsTest.tsx +++ b/src/components/cstb/FpsTest.tsx @@ -586,7 +586,7 @@ export function FpsTest() { // 添加分辨率设置(如果有设置) if (currentResolution.width && currentResolution.height) { baseLaunchOption += ` -w ${currentResolution.width} -h ${currentResolution.height}` - } + } // 添加全屏/窗口化设置(独立控制,不依赖游戏设置) if (isFullscreen) {