chore: Auto Update Game Resources - 2025-10-10

https://github.com/MaaAssistantArknights/MaaAssistantArknights/actions/runs/18396496857

[skip changelog]
This commit is contained in:
github-actions[bot]
2025-10-10 04:31:39 +00:00
parent 9bcfe9922c
commit d7fed371fb
3 changed files with 18 additions and 8 deletions

View File

@@ -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"]
},

View File

@@ -744,15 +744,15 @@
"NoFriends": {
"text": ["暫無好友"]
},
"VisitNextBlack": {
"templThreshold": 0.85
},
"VisitNextOcr": {
"text": ["訪問下位"]
},
"VisitLimited": {
"text": ["今日參與", "已達上限"]
},
"VisitNextBlack": {
"templThreshold": 0.85
},
"CreditShop-NoMoney": {
"text": ["信用不足", "無法購買"]
},

View File

@@ -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"]
},