diff --git a/src/apps/com.github.eprendre.tingshu.ts b/src/apps/com.github.eprendre.tingshu.ts index 7b69b3da..8a17d078 100644 --- a/src/apps/com.github.eprendre.tingshu.ts +++ b/src/apps/com.github.eprendre.tingshu.ts @@ -36,5 +36,21 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '弹窗广告', + rules: [ + { + key: 0, + name: '快手广告', + activityIds: 'com.github.eprendre.tingshu.ui.SplashActivity', + matches: [ + 'ViewGroup[childCount=2] > [text="广告"]', + 'ViewGroup[childCount=3] > TextView + TextView + ImageView[clickable=true]', + ], + snapshotUrls: 'https://i.gkd.li/import/13625303', + }, + ], + }, ], });