feat(豆瓣): 影评广告卡片

This commit is contained in:
二刺螈
2023-09-07 23:15:35 +08:00
parent bb6c91c36e
commit 1adfa8f91d

View File

@@ -113,5 +113,18 @@ export default defineAppConfig({
snapshotUrls: 'https://gkd-kit.gitee.io/import/12548314', 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',
},
],
},
], ],
}); });