From 58eef6928b9d76282442aea2959c1be50b5d90a8 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 24 Sep 2024 18:07:52 +0800 Subject: [PATCH] feat: appDeprecatedKeys --- src/appDeprecatedKeys.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/appDeprecatedKeys.ts b/src/appDeprecatedKeys.ts index 7f78cb1f..7ba111d7 100644 --- a/src/appDeprecatedKeys.ts +++ b/src/appDeprecatedKeys.ts @@ -563,6 +563,11 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [ name: '华为主题', deprecatedKeys: [3, 4, 5, 6], }, + { + id: 'com.ximalaya.ting.android', + name: '喜马拉雅', + deprecatedKeys: [9], + }, ]; const map: Map = new Map();