From f6cb9c3a11284fdc07f588a17528c6589319253a Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 26 Dec 2024 12:44:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(=E4=B8=8B=E5=8E=A8=E6=88=BF):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(=E8=A1=A5=E5=85=85=E8=A7=84=E5=88=99=20#6?= =?UTF-8?q?56)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xiachufang.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/com.xiachufang.ts b/src/apps/com.xiachufang.ts index fed74ddec..f417ca645 100644 --- a/src/apps/com.xiachufang.ts +++ b/src/apps/com.xiachufang.ts @@ -38,6 +38,15 @@ export default defineGkdApp({ '@ImageView[childCount=0][visibleToUser=true] < FrameLayout[childCount=1] - LinearLayout[childCount=2] > [text="下载应用" || text="立即下载" || text="查看详情" || text="领取优惠" || text="进入小程序"]', snapshotUrls: 'https://i.gkd.li/i/13484117', }, + { + key: 5, + fastQuery: true, + activityIds: '.activity.recipe.RecipeDetailActivity', + matches: + '@ImageView[childCount=0][visibleToUser=true] < FrameLayout[childCount=1] <3 FrameLayout +2 FrameLayout[childCount=2] > LinearLayout[childCount=2] > [text^="立即"]', + exampleUrls: 'https://e.gkd.li/f9b63d84-3363-4330-93b9-156d6f3d3d32', + snapshotUrls: 'https://i.gkd.li/i/18249193', + }, ], }, { From ef7392b0d3e9aba34e316bd4c2950a71f84c7424 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 26 Dec 2024 13:25:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?perf(IT=E4=B9=8B=E5=AE=B6):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ruanmei.ithome.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/apps/com.ruanmei.ithome.ts b/src/apps/com.ruanmei.ithome.ts index 12d5e2ad3..5aa4648b2 100644 --- a/src/apps/com.ruanmei.ithome.ts +++ b/src/apps/com.ruanmei.ithome.ts @@ -31,7 +31,6 @@ export default defineGkdApp({ rules: [ { key: 0, - matchTime: 10000, actionMaximum: 1, resetMatch: 'app', activityIds: 'com.ruanmei.ithome.ui.MainActivity',