File tree 3 files changed +69
-3
lines changed
assets/resource/base/pipeline
3 files changed +69
-3
lines changed Original file line number Diff line number Diff line change @@ -449,3 +449,5 @@ tools/ImageCropper/**/*.png
449
449
450
450
# MacOS
451
451
.DS_Store
452
+ .nicegui /storage-general.json
453
+ config /maa_option.json
Original file line number Diff line number Diff line change 89
89
< /a>
90
90
91
91
# # Join us
92
-
93
- - 1999 开发交流 QQ 群:649344857
92
+ - M9A 闲聊群 QQ 群:175638678
93
+ - M9A 开发群 QQ 群:649344857
94
94
- MaaFramework 开发交流 QQ 群: 595990173
Original file line number Diff line number Diff line change 33
33
]
34
34
},
35
35
"CollectEXP" : {
36
+ "recognition" : " OCR" ,
37
+ "expected" : [
38
+ " 微尘" ,
39
+ " 钟楼"
40
+ ],
41
+ "roi" : [
42
+ 422 ,
43
+ 65 ,
44
+ 218 ,
45
+ 236
46
+ ],
47
+ "action" : " Click" ,
48
+ "post_wait_freezes" : 1 ,
49
+ "next" : [
50
+ " CollectMoney" ,
51
+ " CollectAwards" ,
52
+ " CollectTrust" ,
53
+ " TrustDialogueNext" ,
54
+ " TrustDialogueInteraction" ,
55
+ " Sub_HomeButton" ,
56
+ " HomeFlag"
57
+ ]
58
+ },
59
+ "CollectMoney" : {
60
+ "recognition" : " OCR" ,
61
+ "expected" : [
62
+ " 利齿" ,
63
+ " 市集"
64
+ ],
65
+ "roi" : [
66
+ 638 ,
67
+ 6 ,
68
+ 221 ,
69
+ 232
70
+ ],
71
+ "action" : " Click" ,
72
+ "post_wait_freezes" : 1 ,
73
+ "next" : [
74
+ " CollectAwards" ,
75
+ " CollectTrust" ,
76
+ " TrustDialogueNext" ,
77
+ " TrustDialogueInteraction" ,
78
+ " Sub_HomeButton" ,
79
+ " HomeFlag"
80
+ ]
81
+ },
82
+ "CollectEXP备份" : {
36
83
"recognition" : " TemplateMatch" ,
37
84
"template" : " Wilderness/CollectEXP.png" ,
38
85
"roi" : [
53
100
" HomeFlag"
54
101
]
55
102
},
56
- "CollectMoney " : {
103
+ "CollectMoney备份 " : {
57
104
"recognition" : " TemplateMatch" ,
58
105
"template" : " Wilderness/CollectMoney.png" ,
59
106
"roi" : [
146
193
]
147
194
},
148
195
"TrustMax" : {
196
+ "recognition" : " OCR" ,
197
+ "expected" : [
198
+ " MAX"
199
+ ],
200
+ "roi" : [
201
+ 0 ,
202
+ 162 ,
203
+ 141 ,
204
+ 114
205
+ ],
206
+ "action" : " Click" ,
207
+ "next" : [
208
+ " Sub_HomeButton" ,
209
+ " HomeFlag"
210
+ ]
211
+ },
212
+ "TrustMax备份" : {
149
213
"recognition" : " TemplateMatch" ,
150
214
"template" : " Wilderness/TrustMax.png" ,
151
215
"roi" : [
You can’t perform that action at this time.
0 commit comments