chore: 修复roi超限

@Lemon-miaow
This commit is contained in:
status102
2025-05-21 09:42:32 +08:00
parent bfc679e470
commit b00fc96bf7

View File

@@ -2469,7 +2469,7 @@
},
"InfrastRotationClick": {
"template": "InfrastQueueRotation.png",
"roi": [1020, 600, 150, 130],
"roi": [1020, 600, 150, 120],
"action": "ClickSelf",
"next": ["InfrastEnterTrim"]
},
@@ -2481,7 +2481,7 @@
},
"InfrastTrimClick": {
"template": "InfrastOperatorTrim.png",
"roi": [1020, 600, 150, 130],
"roi": [1020, 600, 150, 120],
"postDelay": 1000,
"action": "ClickSelf",
"next": ["InfrastRotationReturn"]