diff --git a/src/apps/com.douban.frodo.ts b/src/apps/com.douban.frodo.ts index 00a511bd..e597b327 100644 --- a/src/apps/com.douban.frodo.ts +++ b/src/apps/com.douban.frodo.ts @@ -167,5 +167,16 @@ export default defineAppConfig({ ], }, }, + { + key: 9, + name: '个性化内容推荐弹窗', + desc: '首页底部-个性化内容推荐弹窗-点击卡片右上角x直接关闭', + rules: { + activityIds: ['com.douban.frodo.activity.SplashActivity'], + matches: + '[id="com.douban.frodo:id/info"][text^="开启个性化推荐"] - [id="com.douban.frodo:id/close"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12836798', + }, + }, ], });