feat: appDeprecatedKeys

This commit is contained in:
AIsouler
2024-09-24 18:07:52 +08:00
parent d1cfb07e9f
commit 58eef6928b

View File

@@ -563,6 +563,11 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
name: '华为主题',
deprecatedKeys: [3, 4, 5, 6],
},
{
id: 'com.ximalaya.ting.android',
name: '喜马拉雅',
deprecatedKeys: [9],
},
];
const map: Map<string, number[]> = new Map();