mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
fix: 无法进入通用图标的活动
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"text": ["作戦へ"]
|
||||
},
|
||||
"BB-Open": {
|
||||
"template": "StageSideStory.png",
|
||||
"template": ["StageSideStory.png", "StageActivity.png"],
|
||||
"baseTask": "SS-Open",
|
||||
"next": ["BBChapterToBB"]
|
||||
},
|
||||
|
||||
@@ -546,7 +546,7 @@
|
||||
},
|
||||
"SS-Open": {
|
||||
"Doc": "base_task",
|
||||
"template": "StageSideStory.png",
|
||||
"template": ["StageSideStory.png", "StageActivity.png"],
|
||||
"template_Doc": "使用时需再次指定 template",
|
||||
"action": "ClickSelf",
|
||||
"postDelay": 2000,
|
||||
@@ -590,7 +590,7 @@
|
||||
},
|
||||
"PV-Open": {
|
||||
"baseTask": "SS-Open",
|
||||
"template": "StageSideStory.png",
|
||||
"template": ["StageSideStory.png", "StageActivity.png"],
|
||||
"postDelay": 3000,
|
||||
"next": ["PVChapterToPV"]
|
||||
},
|
||||
@@ -648,7 +648,7 @@
|
||||
},
|
||||
"GO-Open": {
|
||||
"baseTask": "SS-Open",
|
||||
"template": "StageSideStory.png",
|
||||
"template": ["StageSideStory.png", "StageActivity.png"],
|
||||
"next": ["GOChapterToGO"]
|
||||
},
|
||||
"GO-OpenOcr": {
|
||||
|
||||
BIN
resource/template/StageActivity.png
Normal file
BIN
resource/template/StageActivity.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user