From 486ec6e75dc8bcbf623c5ed7a2bc012bbd89b585 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 9 Jul 2025 17:46:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BD=A6=E6=9D=A5=E4=BA=86-=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1029?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ygkj.chelaile.standard.ts | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/src/apps/com.ygkj.chelaile.standard.ts b/src/apps/com.ygkj.chelaile.standard.ts index 1e3f9b52..e3af047a 100644 --- a/src/apps/com.ygkj.chelaile.standard.ts +++ b/src/apps/com.ygkj.chelaile.standard.ts @@ -93,9 +93,12 @@ export default defineGkdApp({ activityIds: 'dev.xesam.chelaile.app.module.line.gray.LineDetailActivity', matches: - '@ImageView[clickable=true][childCount=0][width<100&&height<100][visibleToUser=true] - RelativeLayout >2 [text="反馈"]', + '@ImageView[clickable=true][childCount=0][width<100&&height<100][visibleToUser=true] 3 [text="反馈"]', exampleUrls: 'https://e.gkd.li/4ab8665e-026f-4101-8299-0300708c91c1', - snapshotUrls: 'https://i.gkd.li/i/16812335', + snapshotUrls: [ + 'https://i.gkd.li/i/16812335', + 'https://i.gkd.li/i/21120116', + ], }, { key: 1, @@ -105,6 +108,24 @@ export default defineGkdApp({ '@ImageView[childCount=0][text=null][visibleToUser=true] < FrameLayout[childCount=1] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] - FrameLayout > [text^="扭动或点击"]', snapshotUrls: 'https://i.gkd.li/i/20502977', }, + { + key: 2, + fastQuery: true, + activityIds: 'dev.xesam.chelaile.app.module.PanelHostActivity', + matches: + '@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null] <2 FrameLayout[childCount=5] + FrameLayout[childCount=2] > [text^="立即" || text="查看详情" || text="了解更多" || text="去逛逛" || text="去微信看看" || text$="应用" || text="进入小程序" || text="领取优惠" || text="跳转微信"]', + exampleUrls: 'https://e.gkd.li/76d02bfa-6d04-4005-b5aa-30ecfdd3cd84', + snapshotUrls: 'https://i.gkd.li/i/21139548', + }, + { + key: 3, + fastQuery: true, + activityIds: 'dev.xesam.chelaile.app.module.PanelHostActivity', + matches: + '@ViewGroup[childCount=1][visibleToUser=true][width<100 && height<100] + ViewGroup > [text="反馈"]', + exampleUrls: 'https://e.gkd.li/1f1c3315-d245-404b-ad16-554583b16283', + snapshotUrls: 'https://i.gkd.li/i/21120146', + }, ], }, ],