fix.修复没有石头时,刷完理智卡住的问题

This commit is contained in:
MistEO
2022-01-09 22:05:01 +08:00
parent 1f2b0c5e33
commit 8b0cc2024e
2 changed files with 16 additions and 1 deletions

View File

@@ -424,7 +424,8 @@
"next": [
"StartButton2",
"UseMedicine",
"UseStone"
"UseStone",
"NoStone"
]
},
"StartButton2": {
@@ -491,6 +492,7 @@
"StartButton2",
"UseMedicine",
"UseStone",
"NoStone",
"ClickCornerAfterPRTS"
]
},
@@ -529,6 +531,7 @@
"StartButton2",
"UseMedicine",
"UseStone",
"NoStone",
"EndOfAction"
]
},
@@ -596,6 +599,18 @@
"StartButton1"
]
},
"NoStone": {
"action": "doNothing",
"roi": [
800,
250,
350,
250
],
"next": [
"CloseStonePage"
]
},
"CloseStonePage": {
"algorithm": "justreturn",
"action": "clickRect",

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB