From 94c2767d266e17b97df1b9bfb678d4da261a99e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=A5=E7=BE=8A?= Date: Tue, 7 Feb 2023 14:22:13 +0800 Subject: [PATCH] Update main.go --- Golang/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Golang/main.go b/Golang/main.go index 97a4378..233ec9e 100644 --- a/Golang/main.go +++ b/Golang/main.go @@ -56,7 +56,7 @@ func setupRouter(adurl string) *gin.Engine { huyaobj.Rid = rid c.Redirect(http.StatusMovedPermanently, duanyan(adurl, huyaobj.GetLiveUrl())) case "bilibili": - c.String(http.StatusOK, "待重写中") + c.String(http.StatusOK, "即将推出") } }) return r