feat: 生息演算刷满后停止任务 (#10197)

* feat: 生息演算刷满后停止任务

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 修改出口

* fix: 我也不知道我写的什么玩意 revert掉

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 用Stop结束任务

* chore: Auto update by pre-commit hooks [skip changelog]

* perf: 删掉多余图片

* feat: 完成后不删除存档并返回主页面

* chore: Auto update by pre-commit hooks [skip changelog]
This commit is contained in:
晓丶梦丶仁
2024-08-11 19:29:33 +08:00
committed by GitHub
parent a61c6130e2
commit 2116fbf347
2 changed files with 31 additions and 1 deletions

View File

@@ -10421,7 +10421,7 @@
"Reclamation2SkipDaysAward": {
"algorithm": "JustReturn",
"postDelay": 5000,
"next": ["Reclamation2SkipDaysAward2", "Reclamation2SkipDaysAward1"]
"next": ["Reclamation2RightMax", "Reclamation2SkipDaysAward2", "Reclamation2SkipDaysAward1"]
},
"Reclamation2SkipDaysAward1": {
"algorithm": "JustReturn",
@@ -10437,6 +10437,36 @@
"text": ["点击", "任意处", "继续"],
"next": ["Reclamation2SkipDaysBeginNewDay"]
},
"Reclamation2RightMax": {
"roi": [789, 475, 154, 122],
"preDelay": 1000,
"next": ["Reclamation2SkipDaysAwardEndTask"]
},
"Reclamation2SkipDaysAwardEndTask": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"roi": [506, 609, 272, 111],
"preDelay": 1000,
"postDelay": 4000,
"text": ["点击", "任意处", "继续"],
"next": ["Reclamation2SkipDaysBeginNewDayEndTask"]
},
"Reclamation2SkipDaysBeginNewDayEndTask": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": ["开", "启", "今", "日"],
"preDelay": 1000,
"roi": [519, 525, 261, 144],
"next": ["Reclamation2QuitToMainPage", "Stop"]
},
"Reclamation2QuitToMainPage": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": ["返回"],
"preDelay": 2000,
"roi": [33, 0, 97, 63],
"next": ["Stop"]
},
"Reclamation2SkipDaysBeginNewDay": {
"algorithm": "OcrDetect",
"action": "ClickSelf",

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB