mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat: 小米商城-更新提示
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user