mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +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:
@@ -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',
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user