fix: 绿票商店2阶段check

Co-authored-by: ZiyinLin <xuanbing1464129430@gmail.com>
This commit is contained in:
status102
2026-06-06 01:34:34 +08:00
parent 8bf6cb5033
commit 0ae5fceb87
2 changed files with 12 additions and 0 deletions

View File

@@ -5263,11 +5263,23 @@
"template": "CreditShop-Bought.png",
"next": [
"GreenTicket@Store@PurchasedConfirm",
"GreenTicket@Store@SecondFloor-Check",
"GreenTicket@Store@ClickItemList#next",
"GreenTicket@Store@ClickSecondFloor",
"Stop"
]
},
"GreenTicket@Store@SecondFloor-Check": {
"roi": [250, 315, 70, 165],
"method": "HSVCount",
"colorScales": [
[
[0, 0, 200],
[110, 255, 255]
]
],
"next": ["GreenTicket@Store@ClickSecondFloorItemList#next", "Stop"]
},
"GreenTicket@Store@ClickSecondFloor": {
"algorithm": "OcrDetect",
"text": ["2"],

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB