fix.修复会客室线索空位识别不正确的问题

This commit is contained in:
MistEO
2021-11-02 23:01:39 +08:00
parent 808ae2307b
commit c3fb83b241
9 changed files with 23 additions and 18 deletions

View File

@@ -1279,70 +1279,63 @@
"template": "ClueVacancyNo1.png",
"cache": false,
"maskRange": [
250,
180,
255
],
"templThreshold": 0.95,
"rearDelay": 1000
},
"InfrastClueVacancyNo2": {
"template": "ClueVacancyNo2.png",
"cache": false,
"maskRange": [
250,
180,
255
],
"templThreshold": 0.95,
"rearDelay": 1000
},
"InfrastClueVacancyNo3": {
"template": "ClueVacancyNo3.png",
"cache": false,
"maskRange": [
250,
180,
255
],
"templThreshold": 0.95,
"rearDelay": 1000
},
"InfrastClueVacancyNo4": {
"template": "ClueVacancyNo4.png",
"cache": false,
"maskRange": [
250,
180,
255
],
"templThreshold": 0.95,
"rearDelay": 1000
},
"InfrastClueVacancyNo5": {
"template": "ClueVacancyNo5.png",
"cache": false,
"maskRange": [
250,
180,
255
],
"templThreshold": 0.95,
"rearDelay": 1000
},
"InfrastClueVacancyNo6": {
"template": "ClueVacancyNo6.png",
"cache": false,
"maskRange": [
250,
180,
255
],
"templThreshold": 0.95,
"rearDelay": 1000
},
"InfrastClueVacancyNo7": {
"template": "ClueVacancyNo7.png",
"cache": false,
"maskRange": [
250,
180,
255
],
"templThreshold": 0.95,
"rearDelay": 1000
},
"InfrastClue": {
@@ -1403,8 +1396,10 @@
"action": "clickSelf",
"cache": false,
"next": [
"InfrastClueNew"
]
"InfrastClueNew",
"CloseCluePage"
],
"rearDelay": 2000
},
"GetClue2": {
"template": "GetClue2.png",
@@ -1412,12 +1407,22 @@
"cache": false,
"next": [
"InfrastClueNew"
]
],
"rearDelay": 2000
},
"CloseCluePage": {
"template": "CloseCluePage.png",
"action": "clickSelf",
"cache": false,
"next": [
"InfrastClueNew"
],
"rearDelay": 1000
},
"UnlockClues": {
"template": "UnlockClues.png",
"action": "clickSelf",
"cache": false,
"rearDelay": 2000
"rearDelay": 3000
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 20 KiB