diff --git a/assets/interface.json b/assets/interface.json index 08cbe96..dd8690d 100644 --- a/assets/interface.json +++ b/assets/interface.json @@ -981,20 +981,6 @@ } } }, - { - "name": "活动:复兴乌卢鲁运动会 13 艰难(复刻)", - "pipeline_override": { - "ActivityEntry": { - "next": "RevivalTheUluruGames_Reproduction" - }, - "TargetStageName": { - "expected": "13" - }, - "StageDifficulty": { - "next": "ActivityStageDifficulty" - } - } - }, { "name": "活动:朔日手记 19 艰难 (已结束)", "pipeline_override": { diff --git a/assets/resource/base/pipeline/activity/RevivalTheUluruGames.json b/assets/resource/base/pipeline/activity/RevivalTheUluruGames.json deleted file mode 100644 index 6e47cf4..0000000 --- a/assets/resource/base/pipeline/activity/RevivalTheUluruGames.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "RevivalTheUluruGames_Reproduction": { - "next": [ - "RevivalTheUluruGames_ReproductionEnterTheShow" - ], - "interrupt": [ - "ReturnMain" - ] - }, - "RevivalTheUluruGames_ReproductionEnterTheShow": { - "recognition": "OCR", - "expected": [ - "复兴", - "乌卢鲁", - "运动会" - ], - "roi": [ - 838, - 130, - 237, - 77 - ], - "action": "Click", - "post_wait_freezes": 1, - "next": [ - "RevivalTheUluruGames_ReproductionEnterStory" - ] - }, - "RevivalTheUluruGames_ReproductionEnterStory": { - "recognition": "OCR", - "expected": [ - "步入", - "故事" - ], - "roi": [ - 917, - 568, - 355, - 131 - ], - "action": "Click", - "next": "SwipeLeftAndFindStage" - } -} \ No newline at end of file