mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
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:
@@ -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",
|
||||
|
||||
BIN
resource/template/Reclamation2RightMax.png
Normal file
BIN
resource/template/Reclamation2RightMax.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user