Release 5.12.2 (#11630)

This commit is contained in:
uye
2025-01-24 00:43:15 +08:00
committed by GitHub
7 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
## v5.12.2
### 没有测试的稳定版真的能叫稳定版吗 | Highlight
* 正式版先不更了,之后还是走正常的发版流程。拿了几个号测了测自动和自定义基建都没啥问题。还有问题的点 `设置`-`关于我们`-`问题反馈` 带日志发 issue
### 修复 | Fix
* 基建修复3 (反复进出训练室;宿舍识别错误;会客室识别错误)(#11629) @ABA2396
* 基建确认按钮 @ABA2396
## v5.12.1
### 新增 | New

View File

@@ -4110,7 +4110,7 @@
"InfrastOffice": {
"template": "Office.png",
"maskRange": [1, 255],
"roi": [880, 330, 400, 160],
"roi": [378, 94, 589, 529],
"templThreshold": 0.95
},
"InfrastOfficeMini": {
@@ -4121,7 +4121,7 @@
},
"InfrastProcessing": {
"maskRange": [1, 255],
"roi": [880, 200, 400, 200],
"roi": [378, 94, 589, 529],
"templThreshold": 0.95
},
"InfrastProcessingMini": {
@@ -4139,7 +4139,7 @@
"InfrastReception": {
"template": "Reception.png",
"maskRange": [1, 255],
"roi": [377, 93, 532, 214],
"roi": [378, 94, 589, 529],
"templThreshold": 0.95
},
"InfrastReceptionMini": {
@@ -4151,7 +4151,7 @@
"InfrastTraining": {
"template": "Training.png",
"maskRange": [1, 255],
"roi": [880, 420, 400, 160],
"roi": [378, 94, 589, 529],
"templThreshold": 0.95
},
"InfrastTrainingMini": {
@@ -4252,7 +4252,7 @@
"InfrastConfirmButton": {
"algorithm": "JustReturn",
"action": "ClickRect",
"specificRect": [1038, 659, 82, 36],
"specificRect": [1108, 667, 22, 22],
"postDelay": 500,
"next": ["InfrastConfirmButtonWait", "Stop"]
},
@@ -4273,7 +4273,7 @@
"InfrastDormConfirmButton": {
"algorithm": "JustReturn",
"action": "ClickRect",
"specificRect": [1038, 659, 82, 36],
"specificRect": [1108, 667, 22, 22],
"postDelay": 500,
"next": ["InfrastDormConfirmButtonWait", "InfrastDormDoubleConfirmButton", "Stop"]
},
@@ -4650,7 +4650,7 @@
"InfrastTrainingIdle": {
"algorithm": "OcrDetect",
"text": ["空闲中"],
"roi": [350, 600, 200, 120]
"roi": [346, 626, 161, 52]
},
"InfrastTrainingCompleted": {
"baseTask": "InfrastTrainingIdle",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB