From 51d6fdc6ee97e5a8531e990a8d9657a9ef34ac4a Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Mon, 7 Jul 2025 23:13:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(UI):=20=E4=B8=BA=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B7=A1=E5=85=A5=E5=8A=A8=E7=94=BB=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E5=92=8C=E6=90=9C=E7=B4=A2=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为多个页面添加页面加载时的淡入动画效果,提升用户体验 优化搜索框和下拉选择框的样式,使用form-floating布局 统一在DOM加载完成后添加page-transition类触发动画 --- admin/index.php | 23 ++++++++++++++++++++++- developer_apps.php | 26 +++++++++++++++++++++++++- index.php | 33 ++++++++++++++++++++++++++++++--- version_list.php | 26 +++++++++++++++++++++++++- 4 files changed, 102 insertions(+), 6 deletions(-) diff --git a/admin/index.php b/admin/index.php index 56a660a..c2d1b28 100644 --- a/admin/index.php +++ b/admin/index.php @@ -25,6 +25,22 @@ if (!$resultApps) { } else { ?> + @@ -42,7 +58,7 @@ if (!$resultApps) { } - +