From 1adfa8f91d3916955d8fa3973ee2f699c6c2e1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=88=BA=E8=9E=88?= Date: Thu, 7 Sep 2023 23:15:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B1=86=E7=93=A3):=20=E5=BD=B1=E8=AF=84?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.douban.frodo.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.douban.frodo.ts b/src/apps/com.douban.frodo.ts index 415d8d38..775aaf30 100644 --- a/src/apps/com.douban.frodo.ts +++ b/src/apps/com.douban.frodo.ts @@ -113,5 +113,18 @@ export default defineAppConfig({ snapshotUrls: 'https://gkd-kit.gitee.io/import/12548314', }, }, + { + key: 6, + name: '影评广告卡片', + desc: '影评顶部评论区顶部广告卡片-点击右下角x关闭广告', + activityIds: ['com.douban.frodo.subject.activity.ForumTopicActivity'], + rules: [ + { + matches: + 'TextView < FrameLayout + FrameLayout > ImageView +3 FrameLayout > ImageView', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12548476', + }, + ], + }, ], });