diff --git a/src/apps/com.msnothing.airpodsking.ts b/src/apps/com.msnothing.airpodsking.ts index 47d73143..259215c9 100644 --- a/src/apps/com.msnothing.airpodsking.ts +++ b/src/apps/com.msnothing.airpodsking.ts @@ -7,10 +7,21 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.msnothing.ad.splash.HomeSplashActivity', - matchLauncher: true, - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/12908449', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + matchTime: 10000, + rules: [ + { + quickFind: false, + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: ['https://i.gkd.li/import/12908449'], + }, + { + matches: '[text="跳过"]', + snapshotUrls: ['https://i.gkd.li/import/13607847'], + }, + ], }, ], });