feat: 小米商城-更新提示

This commit is contained in:
AIsouler
2025-04-02 21:00:07 +08:00
parent afa64ea953
commit 15d774e995

View File

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