mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
更新基建访问流程的阈值相关
This commit is contained in:
@@ -398,6 +398,7 @@
|
||||
},
|
||||
"Friends": {
|
||||
"template": "Friends.png",
|
||||
"templThreshold": 0.85,
|
||||
"preDelay": 1000,
|
||||
"type": "clickSelf",
|
||||
"next": [
|
||||
@@ -413,6 +414,7 @@
|
||||
},
|
||||
"StartToVisit": {
|
||||
"template": "StartToVisit.png",
|
||||
"templThreshold": 0.8,
|
||||
"type": "clickSelf",
|
||||
"rearDelay": 5000,
|
||||
"next": [
|
||||
@@ -469,7 +471,8 @@
|
||||
"template": "Mall.png",
|
||||
"type": "clickSelf",
|
||||
"next": [
|
||||
"CreditStore"
|
||||
"CreditStore",
|
||||
"CreditStoreOcr"
|
||||
]
|
||||
},
|
||||
"CreditStore": {
|
||||
@@ -482,6 +485,16 @@
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
"CreditStoreOcr": {
|
||||
"algorithm": "OcrDetect",
|
||||
"text": [ "信用交易所" ],
|
||||
"rearDelay": 1000,
|
||||
"type": "clickSelf",
|
||||
"next": [
|
||||
"CollectCredit",
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
"CollectCredit": {
|
||||
"template": "CollectCredit.png",
|
||||
"type": "clickSelf",
|
||||
|
||||
Reference in New Issue
Block a user