mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
chore: Auto Update Game Resources - 2025-10-10
https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/18396496857 [skip changelog]
This commit is contained in:
@@ -1029,6 +1029,9 @@
|
||||
"NoFriends": {
|
||||
"text": ["No friends"]
|
||||
},
|
||||
"VisitNextBlack": {
|
||||
"templThreshold": 0.85
|
||||
},
|
||||
"VisitNextOcr": {
|
||||
"text": ["Visit Next"]
|
||||
},
|
||||
@@ -1038,9 +1041,6 @@
|
||||
"VisitLimited": {
|
||||
"text": ["limit", "reached"]
|
||||
},
|
||||
"VisitNextBlack": {
|
||||
"templThreshold": 0.85
|
||||
},
|
||||
"CreditShop-NoMoney": {
|
||||
"text": ["Insufficient Credit", "Unable to"]
|
||||
},
|
||||
|
||||
@@ -744,15 +744,15 @@
|
||||
"NoFriends": {
|
||||
"text": ["暫無好友"]
|
||||
},
|
||||
"VisitNextBlack": {
|
||||
"templThreshold": 0.85
|
||||
},
|
||||
"VisitNextOcr": {
|
||||
"text": ["訪問下位"]
|
||||
},
|
||||
"VisitLimited": {
|
||||
"text": ["今日參與", "已達上限"]
|
||||
},
|
||||
"VisitNextBlack": {
|
||||
"templThreshold": 0.85
|
||||
},
|
||||
"CreditShop-NoMoney": {
|
||||
"text": ["信用不足", "無法購買"]
|
||||
},
|
||||
|
||||
@@ -2254,13 +2254,23 @@
|
||||
"VisitNext": {
|
||||
"action": "ClickSelf",
|
||||
"method": "HSVCount",
|
||||
"colorScales": [[[8, 200, 205], [13, 255, 220]]],
|
||||
"colorScales": [
|
||||
[
|
||||
[8, 200, 205],
|
||||
[13, 255, 220]
|
||||
]
|
||||
],
|
||||
"roi": [1080, 570, 200, 130],
|
||||
"next": ["VisitLimited", "VisitNext", "VisitNextBlack", "VisitNextOcr"]
|
||||
},
|
||||
"VisitNextBlack": {
|
||||
"method": "HSVCount",
|
||||
"colorScales": [[[0, 0, 40], [5, 5, 80]]],
|
||||
"colorScales": [
|
||||
[
|
||||
[0, 0, 40],
|
||||
[5, 5, 80]
|
||||
]
|
||||
],
|
||||
"roi": [1080, 570, 200, 130],
|
||||
"next": ["Home@ReturnButtons#next"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user