feat(豆瓣): 弹窗广告 (#1511)

* Update com.douban.frodo.ts

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
walklty 2023-10-29 01:00:11 +08:00 committed by GitHub
parent 5b4acc4efb
commit 30a06c9501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,5 +180,20 @@ export default defineAppConfig({
snapshotUrls: 'https://gkd-kit.gitee.io/import/12836798',
},
},
{
key: 10,
name: '弹窗',
desc: '浏览详情时弹窗广告',
rules: {
activityIds: [
'com.douban.frodo.subject.structure.activity.MovieActivity',
],
matches: [
'[text="查看详情"]',
'FrameLayout[childCount=5] > FrameLayout > ImageView',
],
snapshotUrls: 'https://i.gkd.li/import/13195565',
},
},
],
});