perf: some rules

This commit is contained in:
AIsouler
2024-12-07 19:02:09 +08:00
parent 3961ea7c26
commit 953b691900
40 changed files with 418 additions and 344 deletions

View File

@@ -110,7 +110,7 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
{
id: 'cn.wps.moffice_eng',
name: 'WPS',
deprecatedKeys: [0],
deprecatedKeys: [0, 7],
},
{
id: 'cn.xiaochuankeji.tieba',
@@ -832,6 +832,16 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
name: '胖乖生活',
deprecatedKeys: [0],
},
{
id: 'cn.lezhi.speedtest',
name: '网速管家',
deprecatedKeys: [1],
},
{
id: 'io.iftech.android.box',
name: '小组件盒子',
deprecatedKeys: [1],
},
];
const map: Map<string, number[]> = new Map();