mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
perf: some rules
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user