From 81b08598d05babe271d52c9747a58ec6ac3c1903 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sat, 12 Jul 2025 15:19:14 +0800 Subject: [PATCH] =?UTF-8?q?refactor(UI):=20=E4=BC=98=E5=8C=96=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=B8=83=E5=B1=80=E5=B9=B6=E6=B7=BB=E5=8A=A0=E7=A3=81?= =?UTF-8?q?=E7=9B=98=E4=BD=BF=E7=94=A8=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将登录表单改为浮动标签样式提升用户体验 - 为版本管理表单添加占位符文本 - 在首页添加网站空间使用情况统计 --- admin/login.php | 8 ++++---- admin/manage_versions.php | 4 ++-- developer/login.php | 10 +++++----- index.php | 31 ++++++++++++++++++++++++++++--- 4 files changed, 39 insertions(+), 14 deletions(-) diff --git a/admin/login.php b/admin/login.php index 71a9dd3..d62c68e 100644 --- a/admin/login.php +++ b/admin/login.php @@ -84,13 +84,13 @@ if (!isset($_SESSION['admin'])) {
-
- +
+
-
- +
+
diff --git a/admin/manage_versions.php b/admin/manage_versions.php index cc3caa1..2b0f2c2 100644 --- a/admin/manage_versions.php +++ b/admin/manage_versions.php @@ -286,11 +286,11 @@ if (isset($_GET['success'])) {