Skip to content

Commit

Permalink
fix: 公会签到
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofeiTM233 committed Jun 18, 2024
1 parent 1e57c51 commit a4f2d0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@
]
}
},
"version": "v0.0.1"
"version": "v1.0.5"
}
8 changes: 4 additions & 4 deletions assets/resource/base/pipeline/Start.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
"M-进化石2": {
"recognition": "TemplateMatch",
"template": [
"伤害减免副本.png"
"单人进化石副本.png"
],
"action": "Click",
"target": true,
Expand Down Expand Up @@ -627,7 +627,7 @@
"M-进化石3": {
"recognition": "TemplateMatch",
"template": [
"单人进化石副本.png"
"伤害减免副本.png"
],
"action": "Click",
"target": true,
Expand Down Expand Up @@ -775,7 +775,7 @@
"公会可以签到": {
"recognition": "TemplateMatch",
"template": [
"公会签到.png"
"交流.png"
],
"action": "Swipe",
"begin": [
Expand Down Expand Up @@ -826,7 +826,7 @@
"action": "Click",
"recognition": "TemplateMatch",
"template": [
"交流.png"
"签到奖励.png"
],
"target_offset": [
3,
Expand Down

0 comments on commit a4f2d0d

Please sign in to comment.