fix: 无法进入通用图标的活动

This commit is contained in:
uye
2024-11-15 22:28:11 +08:00
parent b591a7425b
commit dfbbecac03
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
"text": ["作戦へ"]
},
"BB-Open": {
"template": "StageSideStory.png",
"template": ["StageSideStory.png", "StageActivity.png"],
"baseTask": "SS-Open",
"next": ["BBChapterToBB"]
},

View File

@@ -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": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB