The last official release version of v0.0.1

This commit is contained in:
2025-11-21 16:26:00 +08:00
parent da74223685
commit e9b8231327

View File

@@ -30,7 +30,7 @@ func indexHandler(w http.ResponseWriter, r *http.Request) {
}
func defaultIndexPage(w http.ResponseWriter) {
websiteVersion := "0.0.1-rc3"
websiteVersion := "0.0.1"
websiteNameCN := os.Getenv("WEBSITE_NAME_CN")
if websiteNameCN == "" {
websiteNameCN = "🎵 音乐搜索"