优化提示
This commit is contained in:
2
game.md
2
game.md
@@ -56,7 +56,7 @@
|
|||||||
{
|
{
|
||||||
// 发卡执行时间,单位秒
|
// 发卡执行时间,单位秒
|
||||||
"action": 0,
|
"action": 0,
|
||||||
// 等待时间,单位秒
|
// 等待时间,单位秒(不能小于 1)
|
||||||
"wait": 10
|
"wait": 10
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ func OpenApp(c context.Context, url string) {
|
|||||||
Delete(flags.Env).
|
Delete(flags.Env).
|
||||||
Set("kiosk").
|
Set("kiosk").
|
||||||
Set("hide-scrollbars").
|
Set("hide-scrollbars").
|
||||||
|
Set("disable-sync").
|
||||||
|
Set("disable-features", "GoogleSignin,IdentityConsistency,OmniboxUIExperimentation,GoogleSearch,Autofill,SafeSearch,SpeechRecognition").
|
||||||
Delete("disable-site-isolation-trials").
|
Delete("disable-site-isolation-trials").
|
||||||
Bin(path)
|
Bin(path)
|
||||||
p := l.MustLaunch()
|
p := l.MustLaunch()
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
package main
|
|
||||||
|
|
||||||
import "game-driver/pkg/relay"
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
relay.PrintPorts()
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user