From 2b0bfd4805d12ae6b120f50ecc8ea9995274f27f Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 26 Jun 2025 15:46:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=90=BA=E7=A8=8B=E6=97=85=E8=A1=8C-?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1016?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/ctrip.android.view.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/ctrip.android.view.ts b/src/apps/ctrip.android.view.ts index 48a0133f..de83ab35 100644 --- a/src/apps/ctrip.android.view.ts +++ b/src/apps/ctrip.android.view.ts @@ -50,6 +50,19 @@ export default defineGkdApp({ exampleUrls: 'https://e.gkd.li/cdc28230-6ea7-4cf7-bef4-a31f7e36eed1', snapshotUrls: 'https://i.gkd.li/i/19050401', }, + { + key: 2, + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: + 'ctrip.android.publicproduct.home.business.activity.CtripHomeActivity', + matches: + '@ImageView[childCount=0][clickable=true][visibleToUser=true][width<120 && height<120] < RelativeLayout[childCount=1] < RelativeLayout[childCount=2] < [id="android:id/content"]', + exampleUrls: 'https://e.gkd.li/065da3a4-b746-4ec7-a681-a6fd687c5f70', + snapshotUrls: 'https://i.gkd.li/i/20921664', + }, ], }, ],