fix: 导航进商店

This commit is contained in:
uye
2024-11-07 09:57:28 +08:00
parent fadf8c7b9e
commit 672f17526c

View File

@@ -591,18 +591,19 @@
"PV-Open": {
"baseTask": "SS-Open",
"template": "StageSideStory.png",
"next": ["PVChapterToPV"]
"postDelay": 3000,
"next": [ "PVChapterToPV" ]
},
"PV-OpenOcr": {
"baseTask": "SS-OpenOcr",
"text": ["揭幕者们", "彩车游行", "荒芜之舞"],
"postDelay": 3000,
"next": ["PVChapterToPV"]
},
"PVChapterToPV": {
"algorithm": "OcrDetect",
"action": "ClickSelf",
"text": ["四幕汇演"],
"preDelay": 3000,
"roi": [69, 594, 123, 40],
"postDelay": 1000,
"next": ["#self", "ChapterSwipeToTheRight"]