Skip to content

Commit

Permalink
修复我的乐子
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwuyou committed Oct 1, 2024
1 parent f73d56d commit a125c42
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 20 deletions.
7 changes: 6 additions & 1 deletion assets/config/maa_pi_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
"name": "启动",
"option": []
}
]
],
"adb": {
"adb_path": "D:/leidian/LDPlayer9/adb.exe",
"address": "emulator-5554",
"config": {}
}
}
2 changes: 1 addition & 1 deletion assets/resource/base/pipeline/11_(02)_snowscape.json
Original file line number Diff line number Diff line change
Expand Up @@ -2035,7 +2035,7 @@
"expected": "代班",
"post_delay": 30000,
"timeout": 150000,
"on_error": [
"timeout_next": [
"fail",
"war_seven"
],
Expand Down
2 changes: 1 addition & 1 deletion assets/resource/base/pipeline/1_startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"action": "Click",
"post_delay": 10000,
"timeout": 20000,
"on_error": [
"timeout_next": [
"update",
"CloseAnnouncement"
],
Expand Down
12 changes: 6 additions & 6 deletions assets/resource_picli/base/pipeline/11_(02)_snowscape.json
Original file line number Diff line number Diff line change
Expand Up @@ -2075,16 +2075,16 @@
"remind_all": {
"recognition": "OCR",
"action": "DoNothing",
"expected": "代班",
"expected": [
"代班",
"敌方"
],
"post_delay": 30000,
"timeout": 150000,
"on_error": [
"fail",
"war_seven"
],
"next": [
"fail",
"war_seven"
"war_seven",
"remind_all"
]
},
"war_seven": {
Expand Down
4 changes: 0 additions & 4 deletions assets/resource_picli/base/pipeline/14_activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,6 @@
"recognition": "DirectHit",
"action": "DoNothing",
"post_delay": 97000,
"timeout": 20000,
"on_error": [
"activity-bazaar-two"
],
"next": [
"activity-bazaar-two"
]
Expand Down
20 changes: 15 additions & 5 deletions assets/resource_picli/base/pipeline/1_startup.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"action": "StartApp",
"package": "com.cipaishe.wuhua.bilibili/com.cipaishe.wuhua.bilibili.activity.ONESDKSplashActivity",
"post_wait_freezes": 10000,
"timeout": 20000,
"timeout": 120000,
"next": [
"update",
"CloseAnnouncement",
Expand All @@ -28,10 +28,9 @@
],
"action": "Click",
"post_delay": 10000,
"timeout": 20000,
"on_error": [
"update",
"CloseAnnouncement"
"timeout": 120000,
"timeout_next": [
"update-detect"
],
"target": [
765,
Expand All @@ -43,6 +42,17 @@
"CloseAnnouncement"
]
},
"update-detect": {
"recognition": "OCR",
"expected": "更新",
"action": "DoNothing",
"post_delay": 10000,
"timeout": 120000,
"next": [
"CloseAnnouncement",
"update"
]
},
"CloseAnnouncement": {
"recognition": "TemplateMatch",
"template": "Startup/12.png",
Expand Down
2 changes: 0 additions & 2 deletions assets/resource_picli/base/pipeline/6_(02)water.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"water",
"max_water",
"Swipe_drink",
"drink",
"drink_a_2day_water"
]
},
Expand Down Expand Up @@ -67,7 +66,6 @@
"max_water",
"sub_drink",
"quit_fork",
"max_water",
"click_water"
]
},
Expand Down

0 comments on commit a125c42

Please sign in to comment.