mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
feat: 尝试增加 b服 开屏活动跳过
This commit is contained in:
@@ -967,6 +967,7 @@
|
||||
"StartUpThemes": {
|
||||
"algorithm": "JustReturn",
|
||||
"next": [
|
||||
"BiliBiliNoMorePromptsNextTime",
|
||||
"LeidianGoogleFrameworkConfirm",
|
||||
"GameStart",
|
||||
"StartToWakeUp",
|
||||
@@ -987,6 +988,22 @@
|
||||
"Doc": "用以关闭雷电模拟器启动外服明日方舟时弹出的未安装谷歌套件的提示",
|
||||
"next": ["StartUpThemes#next"]
|
||||
},
|
||||
"BiliBiliNoMorePromptsNextTime": {
|
||||
"action": "ClickSelf",
|
||||
"algorithm": "OcrDetect",
|
||||
"text": ["该内容不再展示"],
|
||||
"roi": [200, 430, 430, 260],
|
||||
"maxTimes": 5,
|
||||
"Doc": "bilibili 活动的该内容不再展示",
|
||||
"next": ["BiliBiliNoMorePromptsNextTimeClose"]
|
||||
},
|
||||
"BiliBiliNoMorePromptsNextTimeClose": {
|
||||
"action": "ClickSelf",
|
||||
"roi": [930, 120, 150, 150],
|
||||
"maxTimes": 5,
|
||||
"Doc": "bilibili 活动的该内容不再展示右上角的关闭按钮",
|
||||
"next": ["StartUpThemes#next"]
|
||||
},
|
||||
"StartUpBegin": {
|
||||
"algorithm": "JustReturn",
|
||||
"next": [
|
||||
@@ -3148,7 +3165,8 @@
|
||||
},
|
||||
"InfrastClueQuickInsert": {
|
||||
"Doc": "快速置入:官服新增的批量置入线索按钮模板占位",
|
||||
"roi": [1058, 572, 148, 148]
|
||||
"roi": [1058, 572, 148, 148],
|
||||
"next": ["InfrastClueQuickInsertConfirm", "Stop"]
|
||||
},
|
||||
"InfrastClueQuickInsertConfirm": {
|
||||
"baseTask": "NumberOcrReplace",
|
||||
|
||||
BIN
resource/template/WakeUp/BiliBiliNoMorePromptsNextTimeClose.png
Normal file
BIN
resource/template/WakeUp/BiliBiliNoMorePromptsNextTimeClose.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 902 B |
Reference in New Issue
Block a user