Skip to content

Commit 98b6b17

Browse files
committed
fix:删除进入火影多余选项
1 parent befbe8c commit 98b6b17

3 files changed

Lines changed: 24 additions & 19 deletions

File tree

assets/interface.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"option": [
4242
"设置启动超时时间",
4343
"启动超时后行为",
44-
"允许MAN管理qq和火影信息",
4544
"账号属性",
45+
"允许MAN管理qq和火影信息",
4646
"拒绝qq获取火影信息"
4747
],
4848
"description": "软件会关闭公告气泡,如果此任务总是闪退或失败可以进入游戏主界面再开启任务",
@@ -424,20 +424,6 @@
424424
]
425425
}
426426
}
427-
},
428-
{
429-
"name": "微信",
430-
"pipeline_override": {
431-
"switch_account_already_in_target_area": {
432-
"enabled": true
433-
},
434-
"switch_account_in_before_game": {
435-
"next": "switch_account_to_switch_area"
436-
},
437-
"check_agreement": {
438-
"next": "switch_account_switch_social_media_account"
439-
}
440-
}
441427
}
442428
]
443429
},

assets/resource/base/pipeline/Ninja_book.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@
271271
"[JumpBack]ninja_book_mission_done"
272272
],
273273
"pre_delay": 0,
274-
"post_delay": 0
274+
"post_delay": 0,
275+
"post_wait_freezes": 300
275276
},
276277
"ninja_book_close_share": {
277278
"recognition": "TemplateMatch",

assets/resource/base/pipeline/Startup.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,29 @@
110110
281
111111
],
112112
"action": "Click",
113-
"post_delay": 500,
114-
"next": "empty_number",
115-
"timeout": 1000,
113+
"next": [
114+
"without_agree_log_in",
115+
"empty_number",
116+
"agree_log_in"
117+
],
118+
"pre_delay": 0,
119+
"post_delay": 0,
120+
"post_wait_freezes": 300,
116121
"focus": "[color:DeepSkyBlue]确认登录[/color]"
117122
},
123+
"without_agree_log_in": {
124+
"recognition": "OCR",
125+
"expected": "同意",
126+
"roi": [
127+
454,
128+
382,
129+
385,
130+
281
131+
],
132+
"inverse": true,
133+
"pre_delay": 0,
134+
"post_delay": 0
135+
},
118136
"empty_number": {
119137
"recognition": "OCR",
120138
"expected": "位数不足",

0 commit comments

Comments
 (0)