diff --git a/src/apps/com.douban.frodo.ts b/src/apps/com.douban.frodo.ts index 8d69c3d0..05b92c36 100644 --- a/src/apps/com.douban.frodo.ts +++ b/src/apps/com.douban.frodo.ts @@ -7,11 +7,11 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - activityIds: [ - 'com.douban.frodo.activity.SplashActivity', - 'com.douban.frodo.splash.SplashActivityHot', - ], - rules: '[id="com.douban.frodo:id/skip"||text^="跳过"]', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text^="跳过"][text.length<=10]', snapshotUrls: [ 'https://i.gkd.li/import/12505151', 'https://i.gkd.li/import/12505152', @@ -228,5 +228,20 @@ export default defineAppConfig({ }, ], }, + { + key: 13, + name: '详情页广告', + rules: [ + { + matchLauncher: true, + quickFind: true, + matches: [ + '[text^="扭动或点击"]', + '[text^="扭动或点击"] FrameLayout[childCount=3] > FrameLayout[childCount=1] > ImageView[id=null]', + ], + snapshotUrls: 'https://i.gkd.li/import/13318902', + }, + ], + }, ], });