Skip to content

Commit

Permalink
修复每日免费礼包任务(破词牌乱改ui!!!)修复一些别的任务的小问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwuyou committed Nov 18, 2024
1 parent 75065ba commit 63f46c9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
14 changes: 3 additions & 11 deletions assets/config/maa_pi_config.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
{
"controller": {
"name": "安卓端"
"name": "安卓端",
"type": "Adb"
},
"gpu": -2,
"resource": "B 服",
"task": [],
"adb": {
"adb_path": "D:/leidian/LDPlayer9/adb.exe",
"address": "emulator-5554",
"config": {
"extras": {
"ld": {
"enable": false,
"index": 0,
"path": "D:/leidian/LDPlayer9",
"pid": 15696
}
}
}
"config": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"activity": {
"recognition": "OCR",
"expected": "活动",
"expected": "",
"action": "Click",
"post_delay": 2000,
"roi": [
0,
290,
311,
130,
190
],
Expand Down
6 changes: 4 additions & 2 deletions assets/resource_picli/base/pipeline/4_dailybonus.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"richang": {
"recognition": "OCR",
"expected": "日常",
"expected": "循时",
"action": "Click",
"post_delay": 2000,
"next": [
Expand All @@ -49,6 +49,7 @@
"post_delay": 2000,
"next": [
"goumai",
"donggu",
"Quit"
]
},
Expand All @@ -58,7 +59,8 @@
"action": "Click",
"post_delay": 2000,
"next": [
"obtain1"
"obtain1",
"donggu"
]
},
"obtain1": {
Expand Down
6 changes: 4 additions & 2 deletions assets/resource_picli/base/pipeline/7_(03)allin.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,15 +418,17 @@
0
],
"next": [
"situation"
"situation",
"hit"
]
},
"situation": {
"recognition": "OCR",
"expected": "确定",
"action": "Click",
"next": [
"exit"
"exit",
"situation"
]
}
}

0 comments on commit 63f46c9

Please sign in to comment.