Skip to content

Commit 68f5778

Browse files
committed
feat(知乎): 局部广告-悬浮小广告(补充规则)
1 parent eed7630 commit 68f5778

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/apps/com.zhihu.android.ts

+10-1
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,20 @@ export default defineAppConfig({
199199
{
200200
key: 0,
201201
name: '发现页面-右侧年卡折扣悬浮窗',
202-
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
203202
quickFind: true,
203+
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
204204
matches: '@[vid="activity_close"] + * > [vid="activity_img"]',
205205
snapshotUrls: 'https://i.gkd.li/i/14296251',
206206
},
207+
{
208+
key: 1,
209+
name: '首页-右侧悬浮窗广告',
210+
quickFind: true,
211+
activityIds: 'com.zhihu.android.app.ui.activity.MainActivity',
212+
matches:
213+
'@ImageView[clickable=true][visibleToUser=true] + * >2 [text="广告"]',
214+
snapshotUrls: 'https://i.gkd.li/i/14635636',
215+
},
207216
],
208217
},
209218
{

0 commit comments

Comments
 (0)