Rename .env.example to .env

This commit is contained in:
lhkuan 2024-05-06 10:44:08 +08:00 committed by GitHub
parent f97d201baa
commit d7e52b15a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,4 +48,4 @@ VITE_SONG_SERVER = "netease"
# 播放类型 ( song-歌曲, playlist-播放列表, album-专辑, search-搜索, artist-艺术家 ) # 播放类型 ( song-歌曲, playlist-播放列表, album-专辑, search-搜索, artist-艺术家 )
VITE_SONG_TYPE = "playlist" VITE_SONG_TYPE = "playlist"
# 播放 ID ( 若无需播放器,请设为空即可 ) # 播放 ID ( 若无需播放器,请设为空即可 )
VITE_SONG_ID = "9379831714" VITE_SONG_ID = "9379831714"