From 1aa3581a319785b67d11c373e012463db3d96cdc Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 29 May 2025 19:13:57 +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#938?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ygkj.chelaile.standard.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/apps/com.ygkj.chelaile.standard.ts b/src/apps/com.ygkj.chelaile.standard.ts index 4d960001..1e3f9b52 100644 --- a/src/apps/com.ygkj.chelaile.standard.ts +++ b/src/apps/com.ygkj.chelaile.standard.ts @@ -89,13 +89,22 @@ export default defineGkdApp({ rules: [ { key: 0, + fastQuery: true, activityIds: 'dev.xesam.chelaile.app.module.line.gray.LineDetailActivity', matches: - 'RelativeLayout[childCount=6] > RelativeLayout[childCount=4] + ImageView[clickable=true][index=3][text=null]', + '@ImageView[clickable=true][childCount=0][width<100&&height<100][visibleToUser=true] - RelativeLayout >2 [text="反馈"]', exampleUrls: 'https://e.gkd.li/4ab8665e-026f-4101-8299-0300708c91c1', snapshotUrls: 'https://i.gkd.li/i/16812335', }, + { + key: 1, + fastQuery: true, + activityIds: 'dev.xesam.chelaile.app.module.PanelHostActivity', + matches: + '@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', + }, ], }, ],