From 0dd31700268cba98cbe33abf37b3afbcf517fcd9 Mon Sep 17 00:00:00 2001 From: hwxlikemi <159146868+hwxlikemi@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:13:18 +0800 Subject: [PATCH] Update .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c7010ca..535b58b 100644 --- a/.env.example +++ b/.env.example @@ -44,7 +44,7 @@ VITE_SITE_ICP = "" ## 备用:https://api.wuenci.com/meting/api/ VITE_SONG_API = "https://api-meting.imsyy.top/api" # 歌曲服务器 ( netease-网易云, tencent-qq音乐 ) -VITE_SONG_SERVER = "tencent-qq" +VITE_SONG_SERVER = "tencent" # 播放类型 ( song-歌曲, playlist-播放列表, album-专辑, search-搜索, artist-艺术家 ) VITE_SONG_TYPE = "album" # 播放 ID ( 若无需播放器,请设为空即可 )