diff --git a/src/apps/moc.nauxuoyoaixoaix.www.ts b/src/apps/moc.nauxuoyoaixoaix.www.ts index 878f72ba..133c178f 100644 --- a/src/apps/moc.nauxuoyoaixoaix.www.ts +++ b/src/apps/moc.nauxuoyoaixoaix.www.ts @@ -11,8 +11,18 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13476862', + rules: [ + { + key: 0, + matches: '[id="com.byted.pangle.m:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13476862', + }, + { + key: 1, + matches: '[text^="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13625367', + }, + ], }, ], });