From 4a6643b1cf312c33b8868b5bc51cb0315f614017 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Sun, 19 Sep 2021 18:45:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=B8=BB=E9=A2=98=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E5=9B=BD=E5=86=85=E5=8A=A0=E9=80=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b46fddc..aa9fb23 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ func main() { }) web.Get("/", func(ctx *context.Context) { if models.Config.Theme == "" { - models.Config.Theme = models.GhProxy + "https://raw.githubusercontent.com/764763903a/xdd-plus/main/theme/admin.html" + models.Config.Theme = models.GhProxy + "https://ghproxy.com/https://raw.githubusercontent.com/764763903a/xdd-plus/main/theme/admin.html" } if theme != "" { ctx.WriteString(theme)