From 15d774e995ad915f5abbf8c342b1bcc7fcbd42df Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 2 Apr 2025 21:00:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=8F=E7=B1=B3=E5=95=86=E5=9F=8E-?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xiaomi.shop.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/apps/com.xiaomi.shop.ts b/src/apps/com.xiaomi.shop.ts index 8e10a57b..761ae3fd 100644 --- a/src/apps/com.xiaomi.shop.ts +++ b/src/apps/com.xiaomi.shop.ts @@ -40,5 +40,24 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '更新提示', + fastQuery: true, + matchTime: 10000, + actionMaximum: 1, + rules: [ + { + position: { + left: 'width * 0.3509', + top: 'width * 1.4046', + }, + activityIds: '.lib.ForceUpdateActivity', + matches: + '@LinearLayout[childCount=0] < [id="android:id/content"][childCount=1] < [vid="action_bar_root"]', + snapshotUrls: 'https://i.gkd.li/i/19547338', + }, + ], + }, ], });