diff --git a/src/apps/com.realtech.xiaocan.ts b/src/apps/com.realtech.xiaocan.ts index afba49a9..fd035350 100644 --- a/src/apps/com.realtech.xiaocan.ts +++ b/src/apps/com.realtech.xiaocan.ts @@ -8,9 +8,17 @@ export default defineAppConfig({ key: 0, name: '开屏广告', activityIds: 'com.realtech.adscope.SplashActivity', - rules: - '[id = "com.realtech.xiaocan:id/splash_ad_container"] [text ^= "跳过"]', - snapshotUrls: 'https://gkd-kit.songe.li/import/12843368', + rules: [ + { + matches: + '[id = "com.realtech.xiaocan:id/splash_ad_container"] [text ^= "跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12843368', + }, + { + matches: '[id = "com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12854728', + }, + ], }, ], });