From 4f29bbe631bf1ccc3097893d8e5c819ec8324282 Mon Sep 17 00:00:00 2001 From: yuyx <237899745@qq.com> Date: Thu, 27 Nov 2025 20:31:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(admin):=20=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=94=B9=E4=B8=BA=E6=A0=87=E7=AD=BE=E9=A1=B5?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加5个标签页:概览、设置、监控、用户、工具 - 概览:调试模式开关、服务器存储统计 - 设置:系统设置、SMTP邮件配置 - 监控:健康检测、系统日志 - 用户:用户管理列表 - 工具:上传工具管理 优化管理员页面布局,减少滚动,提升使用体验 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/app.html | 49 +++++++++++++++++++++++++++++++++++++++++++---- frontend/app.js | 1 + 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/frontend/app.html b/frontend/app.html index 85ed3c0..5c2830a 100644 --- a/frontend/app.html +++ b/frontend/app.html @@ -1573,7 +1573,34 @@
-
+ +
+
+ + + + + +
+
+ + +
@@ -1687,13 +1714,16 @@ 警告: 磁盘使用率已超过90%,建议及时清理空间或扩容!
-
配额超分配: 用户配额总和 ({{ formatBytes(serverStorageStats.totalUserQuotas) }}) 已超过磁盘总容量 ({{ formatBytes(serverStorageStats.totalDisk) }})!
+
+ +

@@ -1752,7 +1782,10 @@

+
+ +
@@ -1985,7 +2018,11 @@
+
+ +
+

用户管理

@@ -2064,9 +2101,12 @@
+
+ +
-
+

上传工具管理

@@ -2131,7 +2171,8 @@
-
+ +