mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 13:42:22 +08:00
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:
parent
5b4acc4efb
commit
30a06c9501
|
@ -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',
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user