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', + }, + ], + }, ], });