From fd86d72158d584bf0d3d7953900eaa69f6bbd88f Mon Sep 17 00:00:00 2001 From: hwxlikemi <159146868+hwxlikemi@users.noreply.github.com> Date: Fri, 14 Mar 2025 18:52:36 +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 b2c1481..319fe14 100644 --- a/.env.example +++ b/.env.example @@ -42,7 +42,7 @@ VITE_SITE_ICP = "Mr.Alan Walker" ## 此处提供的服务可能会超量从而无法访问,请自行部署 ## 若使用 QQ 音乐歌单,歌曲数量最好不要超出 50 首 ## 备用:https://api.wuenci.com/meting/api/ -VITE_SONG_API = "https://api.wuenci.com/meting/api/" +VITE_SONG_API = "https://api.injahow.cn/meting/" # 歌曲服务器 ( netease-网易云, tencent-qq音乐 ) VITE_SONG_SERVER = "netease" # 播放类型 ( song-歌曲, playlist-播放列表, album-专辑, search-搜索, artist-艺术家 )