From 56853132d443b566706ffef5e74dacd594e66b44 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:18:10 +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=E3=80=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=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 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/apps/com.zhihu.android.ts b/src/apps/com.zhihu.android.ts index dbaeee76..cdc2ed48 100644 --- a/src/apps/com.zhihu.android.ts +++ b/src/apps/com.zhihu.android.ts @@ -135,10 +135,22 @@ export default defineAppConfig({ { key: 0, matches: - '[vid="custom_recycler_view"] > FrameLayout[index=11] ImageView[index=4]', + '[text*="广告"] +(2,3) ImageView[clickable=true][visibleToUser=true]', exampleUrls: 'https://m.gkd.li/57941037/0443d5cb-aa24-4447-afd7-58c5a09af835', - snapshotUrls: 'https://i.gkd.li/import/14178980', + snapshotUrls: [ + 'https://i.gkd.li/import/14178980', + 'https://i.gkd.li/import/14206949', + ], + }, + { + key: 1, + quickFind: true, + matches: + '@ImageView[clickable=true][visibleToUser=true] + * > [text*="广告"]', + exampleUrls: + 'https://m.gkd.li/45487685/c7d89c48-91d1-4658-b22e-d2626117be8b', + snapshotUrls: 'https://i.gkd.li/import/14206988', }, ], },