mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(知乎): 局部广告-悬浮小广告(补充规则)
This commit is contained in:
@@ -199,11 +199,20 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '发现页面-右侧年卡折扣悬浮窗',
|
name: '发现页面-右侧年卡折扣悬浮窗',
|
||||||
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
|
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
|
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
|
||||||
matches: '@[vid="activity_close"] + * > [vid="activity_img"]',
|
matches: '@[vid="activity_close"] + * > [vid="activity_img"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14296251',
|
snapshotUrls: 'https://i.gkd.li/i/14296251',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '首页-右侧悬浮窗广告',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
|
||||||
|
matches:
|
||||||
|
'@ImageView[clickable=true][visibleToUser=true] + * >2 [text="广告"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14635636',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user