mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(系统更新): 适配其它界面 (#488)
This commit is contained in:
@@ -8,10 +8,16 @@ export default defineAppConfig({
|
||||
enable: false,
|
||||
key: 0,
|
||||
name: 'MIUI更新弹窗',
|
||||
activityIds: 'com.android.updater.MainActivity',
|
||||
activityIds: [
|
||||
'com.android.updater.MainActivity',
|
||||
'com.android.settings.SubSettings',
|
||||
],
|
||||
rules:
|
||||
'[id="com.android.updater:id/alertTitle"][text="开启智能更新"] < * +2 * > Button[id="android:id/button2"][text="暂不开启"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12715712',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12715712',
|
||||
'https://gkd-kit.songe.li/import/12749906',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user