From ffac53ee2778305f66e593e965c2d083413abad2 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 8 Feb 2024 12:04:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=9F=A5=E4=B9=8E)=20=E5=88=86=E6=AE=B5?= =?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 | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/apps/com.zhihu.android.ts b/src/apps/com.zhihu.android.ts index 1fed85cc..dbaeee76 100644 --- a/src/apps/com.zhihu.android.ts +++ b/src/apps/com.zhihu.android.ts @@ -36,16 +36,19 @@ export default defineAppConfig({ { key: 2, quickFind: true, - matches: '@ImageView[clickable=true] -3 * > [text="广告"]', - snapshotUrls: 'https://i.gkd.li/import/13849442', + matches: '@ImageView[clickable=true] -(2,3) * > [text*="广告"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13849442', + 'https://i.gkd.li/import/14178979', + ], + exampleUrls: + 'https://m.gkd.li/57941037/65e9f31a-e80f-4996-9621-1b8fd92940d6', }, { key: 3, - matches: - 'RecyclerView[childCount=24] > FrameLayout[index=11] >3 ImageView[index=3]', - exampleUrls: - 'https://m.gkd.li/57941037/65e9f31a-e80f-4996-9621-1b8fd92940d6', - snapshotUrls: 'https://i.gkd.li/import/14178979', + quickFind: true, + matches: '@ViewGroup[clickable=true] <4 * -3 * >2 [text*="广告"]', + snapshotUrls: 'https://i.gkd.li/import/14192451', }, { key: 90,