From 431c7011c0529cb97c5e639976d277e9e5b4e06b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 17 Apr 2024 09:54:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=98=BF=E9=87=8C=E5=B7=B4=E5=B7=B4):=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.alibaba.wireless.ts | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/apps/com.alibaba.wireless.ts b/src/apps/com.alibaba.wireless.ts index df659422..c9e7e5d1 100644 --- a/src/apps/com.alibaba.wireless.ts +++ b/src/apps/com.alibaba.wireless.ts @@ -8,14 +8,26 @@ export default defineAppConfig({ { key: 1, name: '更新提示', + quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: - '[id="com.alibaba.wireless:id/update_title"] +(2) LinearLayout >(2) [text="取消"]', - snapshotUrls: [ - 'https://i.gkd.li/i/12684422', - 'https://i.gkd.li/i/12684426', + actionMaximumKey: 0, + rules: [ + { + key: 0, + matches: '[id="com.alibaba.wireless:id/update_button_cancel"]', + snapshotUrls: [ + 'https://i.gkd.li/i/12684422', + 'https://i.gkd.li/i/12684426', + ], + }, + { + key: 1, + matches: + '@ImageView[visibleToUser=true] < * - * > [text*="立即更新"]', + snapshotUrls: 'https://i.gkd.li/i/15004486', + }, ], }, {