优化提示

This commit is contained in:
2025-01-08 10:46:29 +08:00
parent 121c7706fc
commit 8b080a8081
3 changed files with 3 additions and 8 deletions

View File

@@ -56,7 +56,7 @@
{
// 发卡执行时间,单位秒
"action": 0,
// 等待时间,单位秒
// 等待时间,单位秒(不能小于 1
"wait": 10
}
```

View File

@@ -16,6 +16,8 @@ func OpenApp(c context.Context, url string) {
Delete(flags.Env).
Set("kiosk").
Set("hide-scrollbars").
Set("disable-sync").
Set("disable-features", "GoogleSignin,IdentityConsistency,OmniboxUIExperimentation,GoogleSearch,Autofill,SafeSearch,SpeechRecognition").
Delete("disable-site-isolation-trials").
Bin(path)
p := l.MustLaunch()

View File

@@ -1,7 +0,0 @@
package main
import "game-driver/pkg/relay"
func main() {
relay.PrintPorts()
}