v0.0.6 release
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
},
|
},
|
||||||
"productName": "CS工具箱",
|
"productName": "CS工具箱",
|
||||||
"mainBinaryName": "cstb",
|
"mainBinaryName": "cstb",
|
||||||
"version": "0.0.6-beta.10",
|
"version": "0.0.6",
|
||||||
"identifier": "upup.cool",
|
"identifier": "upup.cool",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"deep-link": {
|
"deep-link": {
|
||||||
|
|||||||
@@ -586,7 +586,7 @@ export function FpsTest() {
|
|||||||
// 添加分辨率设置(如果有设置)
|
// 添加分辨率设置(如果有设置)
|
||||||
if (currentResolution.width && currentResolution.height) {
|
if (currentResolution.width && currentResolution.height) {
|
||||||
baseLaunchOption += ` -w ${currentResolution.width} -h ${currentResolution.height}`
|
baseLaunchOption += ` -w ${currentResolution.width} -h ${currentResolution.height}`
|
||||||
}
|
}
|
||||||
|
|
||||||
// 添加全屏/窗口化设置(独立控制,不依赖游戏设置)
|
// 添加全屏/窗口化设置(独立控制,不依赖游戏设置)
|
||||||
if (isFullscreen) {
|
if (isFullscreen) {
|
||||||
|
|||||||
Reference in New Issue
Block a user