diff --git a/src/apps/com.realtech.xiaocan.ts b/src/apps/com.realtech.xiaocan.ts index aa136310..c7eb1527 100644 --- a/src/apps/com.realtech.xiaocan.ts +++ b/src/apps/com.realtech.xiaocan.ts @@ -7,14 +7,24 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: 'com.realtech.adscope.SplashActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { - matches: - '[id = "com.realtech.xiaocan:id/splash_ad_container"] [text ^= "跳过"]', - snapshotUrls: 'https://i.gkd.li/import/12843368', + key: 1, + name: '开屏广告-1', + quickFind: true, + matches: '[text^="跳过"][text.length<=10]', + snapshotUrls: [ + 'https://i.gkd.li/import/12843368', + 'https://i.gkd.li/import/13363222', + 'https://i.gkd.li/import/13363246', + ], }, { + key: 2, + name: '开屏广告-2', matches: '[id = "com.byted.pangle:id/tt_splash_skip_btn"]', snapshotUrls: 'https://i.gkd.li/import/12854728', },