From 1ed4b6f11623a7e68fc494c2a177b57ceb3cdb01 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:14:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=94=AF=E4=BB=98=E5=AE=9D)=20=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=B0=8F=E7=A8=8B=E5=BA=8F-?= =?UTF-8?q?=E5=93=88=E5=95=B0-=E4=B8=93=E5=B1=9E=E9=A2=9D=E5=BA=A6?= =?UTF-8?q?=E5=88=B0=E8=B4=A6=E5=BC=B9=E7=AA=97=EF=BC=88=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=AF=AF=E8=A7=A6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.eg.android.AlipayGphone.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/com.eg.android.AlipayGphone.ts b/src/apps/com.eg.android.AlipayGphone.ts index 624921783..640fef6cd 100644 --- a/src/apps/com.eg.android.AlipayGphone.ts +++ b/src/apps/com.eg.android.AlipayGphone.ts @@ -209,12 +209,13 @@ export default defineAppConfig({ rules: [ { matches: - '[id="com.alipay.mobile.nebula:id/h5_pc_container"] View[childCount=1] > View[childCount=2] > View + Image[text=""]', + '[id="com.alipay.mobile.nebula:id/h5_pc_container"] View[childCount=1] > View[childCount=2] > View > Image < View + Image[text=""]', exampleUrls: 'https://m.gkd.li/57941037/bfc87673-cba3-4a5b-ba77-210de8244604', snapshotUrls: [ 'https://i.gkd.li/i/14112224', 'https://i.gkd.li/i/14176001', //不加text=""误触 + 'https://i.gkd.li/i/14602610', // 使用 View > Image < View 防止误触 ], }, ],