mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(系统更新): 适配其它界面 (#488)
This commit is contained in:
@@ -8,10 +8,16 @@ export default defineAppConfig({
|
|||||||
enable: false,
|
enable: false,
|
||||||
key: 0,
|
key: 0,
|
||||||
name: 'MIUI更新弹窗',
|
name: 'MIUI更新弹窗',
|
||||||
activityIds: 'com.android.updater.MainActivity',
|
activityIds: [
|
||||||
|
'com.android.updater.MainActivity',
|
||||||
|
'com.android.settings.SubSettings',
|
||||||
|
],
|
||||||
rules:
|
rules:
|
||||||
'[id="com.android.updater:id/alertTitle"][text="开启智能更新"] < * +2 * > Button[id="android:id/button2"][text="暂不开启"]',
|
'[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