mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
fix.修复信用商店延时错误的问题
This commit is contained in:
@@ -488,7 +488,7 @@
|
||||
"CreditShop-BuyIt": {
|
||||
"template": "BuyIt.png",
|
||||
"preDelay": 1000,
|
||||
"rareDelay": 1000
|
||||
"rearDelay": 1000
|
||||
},
|
||||
"CreditShop-NoMoney": {
|
||||
"algorithm": "OcrDetect",
|
||||
@@ -590,7 +590,7 @@
|
||||
]
|
||||
},
|
||||
"EnterOperator": {
|
||||
"rareDelay": 1000,
|
||||
"rearDelay": 1000,
|
||||
"templThreshold": 0.7,
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
@@ -634,7 +634,7 @@
|
||||
"EnterInfrast": {
|
||||
"templThreshold": 0.85,
|
||||
"histThreshold": 0.85,
|
||||
"rareDelay": 3000,
|
||||
"rearDelay": 3000,
|
||||
"action": "clickSelf",
|
||||
"next": [
|
||||
"InfrastEnteredFlag"
|
||||
|
||||
Reference in New Issue
Block a user