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();