From 97f7a32f8c915207e65d1d311bcf7d3619246555 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 24 Feb 2024 11:50:46 +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-=E4=BF=A1=E6=81=AF=E6=B5=81=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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/apps/com.zhihu.android.ts b/src/apps/com.zhihu.android.ts index 5e11e631..75b1fefb 100644 --- a/src/apps/com.zhihu.android.ts +++ b/src/apps/com.zhihu.android.ts @@ -186,6 +186,14 @@ export default defineAppConfig({ matches: '@ViewGroup[clickable=true] <3 * < * -2 * >2 [text$="广告"]', snapshotUrls: 'https://i.gkd.li/i/14332161', }, + { + key: 5, + activityIds: + 'com.zhihu.android.mixshortcontainer.MixShortContainerActivity', + matches: + 'View[childCount=3] > @Image[index=1][clickable=true][visibleToUser=true] + [text$="广告"]', + snapshotUrls: 'https://i.gkd.li/i/14391614', + }, ], }, {