From c1f988cc2820df0c3e75ea321f3d6a17502c266e Mon Sep 17 00:00:00 2001 From: Misaki <2644403197@qq.com> Date: Fri, 24 Jul 2026 21:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20admin/admin.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/admin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/admin.go b/admin/admin.go index ed3a683..aaae0f4 100644 --- a/admin/admin.go +++ b/admin/admin.go @@ -8,7 +8,7 @@ import ( "net/http" ) -const AdminPassword = "Qwer123456789!" +const AdminPassword = "114514" var adminSession string