fix: 修复访问好友出错、开始唤醒提前结束的问题

This commit is contained in:
MistEO
2023-04-30 16:04:26 +08:00
parent 37ff7aea0b
commit a41e29dc3d

View File

@@ -2418,12 +2418,20 @@
},
"StartUp": {
"template": "Terminal.png",
"action": "Stop",
"action": "DoNothing",
"roi": [
880,
100,
180,
120
],
"Doc": "有时候明明已经在主界面了,停了一小会又弹个窗。多检测几次,一直在主界面才算完成",
"postDelay": 1000,
"maxTimes": 3,
"next": [
"StartUp",
"StartUp@LoadingText",
"CloseAnnos#next"
]
},
"CloseAnnos": {
@@ -2456,6 +2464,9 @@
24,
138,
139
],
"next": [
"CloseAnnos#next"
]
},
"TodaysSupplies": {
@@ -3856,9 +3867,11 @@
],
"next": [
"VisitNext",
"VisitNext@LoadingText",
"VisitNextBlack",
"VisitNextOcr"
]
],
"postDelay": 2000
},
"VisitNext": {
"action": "ClickSelf",