mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
feat(知乎): 局部广告-悬浮广告(补充规则)
This commit is contained in:
@@ -213,12 +213,12 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 15,
|
key: 15,
|
||||||
name: '局部广告-悬浮小广告',
|
name: '局部广告-悬浮广告',
|
||||||
|
quickFind: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '发现页面-右侧年卡折扣悬浮窗',
|
name: '发现页面-右侧年卡折扣悬浮窗',
|
||||||
quickFind: true,
|
|
||||||
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
|
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',
|
||||||
@@ -226,12 +226,19 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '首页-右侧悬浮窗广告',
|
name: '首页-右侧悬浮窗广告',
|
||||||
quickFind: true,
|
|
||||||
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
|
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
|
||||||
matches:
|
matches:
|
||||||
'@ImageView[clickable=true][visibleToUser=true] + * >2 [text="广告"]',
|
'@ImageView[clickable=true][visibleToUser=true] + * >2 [text="广告"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14635636',
|
snapshotUrls: 'https://i.gkd.li/i/14635636',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '回答页-底部关注悬浮窗',
|
||||||
|
activityIds:
|
||||||
|
'com.zhihu.android.feature.short_container_feature.ui.ShortContainerHostActivity',
|
||||||
|
matches: '[vid="close_img"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14970008',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user