mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix: 修复基建宿舍信赖入驻的一些小问题
This commit is contained in:
@@ -4634,10 +4634,10 @@
|
||||
"template": "InfrastSortByTrustButton.png",
|
||||
"cache": false,
|
||||
"roi": [
|
||||
1019,
|
||||
24,
|
||||
62,
|
||||
30
|
||||
1000,
|
||||
0,
|
||||
100,
|
||||
70
|
||||
],
|
||||
"rearDelay": 1000
|
||||
},
|
||||
@@ -4646,31 +4646,47 @@
|
||||
"template": "InfrastFilterMenu.png",
|
||||
"cache": false,
|
||||
"roi": [
|
||||
1102,
|
||||
15,
|
||||
158,
|
||||
50
|
||||
1050,
|
||||
0,
|
||||
230,
|
||||
100
|
||||
],
|
||||
"next": [
|
||||
"InfrastFilterMenuNotStationedButton"
|
||||
"InfrastFilterMenuNotStationedButton",
|
||||
"InfrastFilterMenuNotStationedButtonAlreadyClicked"
|
||||
],
|
||||
"rearDelay": 1000
|
||||
},
|
||||
"InfrastFilterMenuNotStationedButton": {
|
||||
"action": "ClickSelf",
|
||||
"template": "InfrastFilterMenuNotStationedButton.png",
|
||||
"templThreshold": 0.9,
|
||||
"cache": false,
|
||||
"roi": [
|
||||
359,
|
||||
335,
|
||||
158,
|
||||
49
|
||||
300,
|
||||
300,
|
||||
250,
|
||||
150
|
||||
],
|
||||
"rearDelay": 1000,
|
||||
"next": [
|
||||
"InfrastFilterMenuConfirmButton"
|
||||
]
|
||||
},
|
||||
"InfrastFilterMenuNotStationedButtonAlreadyClicked": {
|
||||
"action": "DoNothing",
|
||||
"template": "InfrastFilterMenuNotStationedButtonAlreadyClicked.png",
|
||||
"cache": false,
|
||||
"roi": [
|
||||
300,
|
||||
300,
|
||||
250,
|
||||
150
|
||||
],
|
||||
"next": [
|
||||
"InfrastFilterMenuConfirmButton"
|
||||
]
|
||||
},
|
||||
"InfrastFilterMenuConfirmButton": {
|
||||
"action": "ClickSelf",
|
||||
"template": "InfrastFilterMenuConfirmButton.png",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user