perf: some rules

This commit is contained in:
AIsouler
2024-12-03 20:22:45 +08:00
parent d6875451c1
commit e574714ef1
72 changed files with 701 additions and 427 deletions

View File

@@ -385,7 +385,7 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
{
id: 'com.danlan.xiaolan',
name: 'Blued极速版',
deprecatedKeys: [0],
deprecatedKeys: [0, 1],
},
{
id: 'com.douban.frodo',
@@ -732,6 +732,21 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
name: '阿里云盘',
deprecatedKeys: [2],
},
{
id: 'com.duokan.phone.remotecontroller',
name: '万能遥控',
deprecatedKeys: [0],
},
{
id: 'com.fenbi.android.solar',
name: '小猿搜题',
deprecatedKeys: [1],
},
{
id: 'com.guwendao.gwd',
name: '古文岛',
deprecatedKeys: [1],
},
];
const map: Map<string, number[]> = new Map();