perf: some rules

This commit is contained in:
AIsouler
2024-12-01 20:50:12 +08:00
parent 3dfc872adb
commit a5cf239f15
24 changed files with 217 additions and 104 deletions

View File

@@ -727,6 +727,11 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
name: '中国军号',
deprecatedKeys: [1],
},
{
id: 'com.alicloud.databox',
name: '阿里云盘',
deprecatedKeys: [2],
},
];
const map: Map<string, number[]> = new Map();