From 5e763553287926d5caa910b733e3b41febbf7a44 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:24:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B7=98=E5=AE=9D):=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20(#2087)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2084 --- src/apps/com.taobao.taobao.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps/com.taobao.taobao.ts b/src/apps/com.taobao.taobao.ts index f60671e1..b6c016b3 100644 --- a/src/apps/com.taobao.taobao.ts +++ b/src/apps/com.taobao.taobao.ts @@ -109,5 +109,16 @@ export default defineAppConfig({ rules: '@View[clickable=true] - View > View > TextView[text="立即签到"]', snapshotUrls: 'https://i.gkd.li/import/12642798', }, + { + key: 12, + name: '版本更新', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + activityIds: 'com.taobao.android.detail.wrapper.activity.DetailActivity', + rules: '[id="com.taobao.taobao:id/update_imageview_cancel_v2"]', + snapshotUrls: 'https://i.gkd.li/import/13336760', + }, ], });