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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user