Update .env.example

This commit is contained in:
hwxlikemi 2024-08-20 17:13:18 +08:00 committed by GitHub
parent 039012994e
commit 0dd3170026
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ( 若无需播放器,请设为空即可 )