diff --git a/src/apps/com.naver.linewebtoon.cn.ts b/src/apps/com.naver.linewebtoon.cn.ts index fedf447a..52eabf4e 100644 --- a/src/apps/com.naver.linewebtoon.cn.ts +++ b/src/apps/com.naver.linewebtoon.cn.ts @@ -11,8 +11,18 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13407119', + rules: [ + { + key: 0, + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13407119', + }, + { + key: 1, + matches: '[text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13546265', + }, + ], }, ], });