v0.0.6 release

This commit is contained in:
2025-11-09 15:30:45 +08:00
parent 388c74831e
commit f7efcb7fc9
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
},
"productName": "CS工具箱",
"mainBinaryName": "cstb",
"version": "0.0.6-beta.10",
"version": "0.0.6",
"identifier": "upup.cool",
"plugins": {
"deep-link": {

View File

@@ -586,7 +586,7 @@ export function FpsTest() {
// 添加分辨率设置(如果有设置)
if (currentResolution.width && currentResolution.height) {
baseLaunchOption += ` -w ${currentResolution.width} -h ${currentResolution.height}`
}
}
// 添加全屏/窗口化设置(独立控制,不依赖游戏设置)
if (isFullscreen) {