perf: 应用包管理组件

This commit is contained in:
AIsouler
2024-11-04 14:57:53 +08:00
parent 87c4383e54
commit 63f0bd73a3
2 changed files with 41 additions and 268 deletions

View File

@@ -583,6 +583,11 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
name: '米游社',
deprecatedKeys: [4, 5],
},
{
id: 'com.miui.packageinstaller',
name: '应用包管理组件',
deprecatedKeys: [8, 9, 10, 11, 12],
},
];
const map: Map<string, number[]> = new Map();