feat(主题): deprecatedKeys

This commit is contained in:
AIsouler
2024-09-11 13:51:23 +08:00
parent 38253b1e7e
commit 4657ff7d05

View File

@@ -558,6 +558,11 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
name: '喵趣漫画', name: '喵趣漫画',
deprecatedKeys: [1], deprecatedKeys: [1],
}, },
{
id: 'com.huawei.android.thememanager',
name: '华为主题',
deprecatedKeys: [3],
},
]; ];
const map: Map<string, number[]> = new Map(); const map: Map<string, number[]> = new Map();