From 68f5778ede342526e85485be842d96d80e39d9da Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 18 Mar 2024 19:55:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9F=A5=E4=B9=8E):=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E6=82=AC=E6=B5=AE=E5=B0=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zhihu.android.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/apps/com.zhihu.android.ts b/src/apps/com.zhihu.android.ts index ace413bf..5fc0a5ee 100644 --- a/src/apps/com.zhihu.android.ts +++ b/src/apps/com.zhihu.android.ts @@ -199,11 +199,20 @@ export default defineAppConfig({ { key: 0, name: '发现页面-右侧年卡折扣悬浮窗', - activityIds: 'com.zhihu.android.app.ui.activity.MainActivity', quickFind: true, + activityIds: 'com.zhihu.android.app.ui.activity.MainActivity', matches: '@[vid="activity_close"] + * > [vid="activity_img"]', 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', + }, ], }, {