From 24d2288aa45b22fe160f947f34ae9b44437ae25b Mon Sep 17 00:00:00 2001 From: wintel Date: Sat, 12 Apr 2025 18:30:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9B=9E=E5=BD=92=E8=97=8F=E9=9D=92?= =?UTF-8?q?=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.Mvc/Views/Home/Index.cshtml | 2 +- OpenAuth.Mvc/Views/Login/Index.cshtml | 5 +---- OpenAuth.Mvc/wwwroot/js/index.js | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/OpenAuth.Mvc/Views/Home/Index.cshtml b/OpenAuth.Mvc/Views/Home/Index.cshtml index cbe4bce8..358233dd 100644 --- a/OpenAuth.Mvc/Views/Home/Index.cshtml +++ b/OpenAuth.Mvc/Views/Home/Index.cshtml @@ -132,6 +132,6 @@ tpwidget("init", { - + \ No newline at end of file diff --git a/OpenAuth.Mvc/Views/Login/Index.cshtml b/OpenAuth.Mvc/Views/Login/Index.cshtml index 2e528a59..25fd9360 100644 --- a/OpenAuth.Mvc/Views/Login/Index.cshtml +++ b/OpenAuth.Mvc/Views/Login/Index.cshtml @@ -27,9 +27,6 @@
-
@@ -64,7 +61,7 @@
-
版权所有 2024 李玉宝
+
版权所有 2025 李玉宝
diff --git a/OpenAuth.Mvc/wwwroot/js/index.js b/OpenAuth.Mvc/wwwroot/js/index.js index 5b4adca9..fc1ee966 100644 --- a/OpenAuth.Mvc/wwwroot/js/index.js +++ b/OpenAuth.Mvc/wwwroot/js/index.js @@ -55,7 +55,7 @@ layui.config({ $(".hideMenu").css("background-color", skin.split(',')[2]); } } else { - $("body").addClass("blue"); + $("body").addClass("cyan"); } } skins();