更新基建访问流程的阈值相关

This commit is contained in:
MistEO
2021-08-18 13:56:24 +08:00
parent f3b6adb91a
commit 53dec67ee8

View File

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