From 9db3600d24ca3f9c9badfc511557f3b171c223d5 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 28 Mar 2024 09:03:56 +0800 Subject: [PATCH] feat: applist --- src/globalDefaultApps.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/globalDefaultApps.ts b/src/globalDefaultApps.ts index 00302371..3653ada0 100644 --- a/src/globalDefaultApps.ts +++ b/src/globalDefaultApps.ts @@ -134,6 +134,7 @@ export const openAdWhiteListAppIDs = new Set([ 'com.miui.systemAdSolution', // 小米智能服务 'com.huawei.appmarket', // 华为应用市场 'com.xiaomi.market', // 小米应用商店 + 'com.miui.player', // 小米音乐 ]); export const updateWhiteListAppIDs = new Set([...whiteListAppIDs]); export const yongWhiteListAppIDs = new Set([...whiteListAppIDs]);