♻️ 采用invoke而非command启动游戏

This commit is contained in:
BTMuli
2026-01-03 13:48:08 +08:00
parent a520d378a6
commit 7b3596d226
10 changed files with 54 additions and 118 deletions

View File

@@ -29,8 +29,6 @@
"log:default",
"log:allow-log",
"opener:default",
"shell:default",
"shell:allow-open",
"sql:default",
"sql:allow-execute",
"sql:allow-load",

View File

@@ -35,9 +35,6 @@
"opener:default",
"process:default",
"process:allow-exit",
"shell:default",
"shell:allow-open",
"shell:allow-execute",
"sql:default",
"sql:allow-load",
"sql:allow-execute",
@@ -58,10 +55,6 @@
{ "url": "https://*.hoyoverse.com/*" },
{ "url": "https://api.hakush.in/*" }
]
},
{
"identifier": "shell:allow-execute",
"allow": [{ "name": "exec-sh", "cmd": "powershell", "args": true }]
}
],
"platforms": ["windows", "macOS"]