mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(系统更新): miui更新弹窗 (#359)
This commit is contained in:
17
src/apps/com.android.updater.ts
Normal file
17
src/apps/com.android.updater.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.android.updater',
|
||||
name: '系统更新',
|
||||
groups: [
|
||||
{
|
||||
enable: false,
|
||||
key: 0,
|
||||
name: 'MIUI更新弹窗',
|
||||
activityIds: 'com.android.updater.MainActivity',
|
||||
rules:
|
||||
'[id="com.android.updater:id/alertTitle"][text="开启智能更新"] < * +2 * > Button[id="android:id/button2"][text="暂不开启"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12715712',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user