From 62143a5a322b371d1e9c85d0c701e27afa64481b Mon Sep 17 00:00:00 2001 From: ngfchl Date: Sat, 20 Jun 2026 23:44:04 +0800 Subject: [PATCH] style: status bar margin, donut text enlargement, mining contrast, loading icon order, mobile dashboard hide --- cmd/server/templates/index.html | 1852 +++++++++++++++++++++++++------ 1 file changed, 1518 insertions(+), 334 deletions(-) diff --git a/cmd/server/templates/index.html b/cmd/server/templates/index.html index d3b9a84..0dae48b 100644 --- a/cmd/server/templates/index.html +++ b/cmd/server/templates/index.html @@ -9,140 +9,889 @@ @@ -152,8 +901,14 @@
SYSTEM MONITOR
输入 Miner UID 和密码以登录
- - + + + + + + 登 录
{{ loginErr }}
@@ -174,40 +929,59 @@
- - + +
硬件状态
- - - {{ deviceCount>0?Math.round(onlineCount/deviceCount*100):0 }}% - 在线率 + + + + {{ deviceCount>0?Math.round(onlineCount/deviceCount*100):0 }}% + + 在线率 +
-
{{ deviceCount }}总计
-
{{ onlineCount }}在线
-
{{ deviceCount - onlineCount }}离线
+
{{ deviceCount }}总计
+
{{ onlineCount }}在线
+
{{ deviceCount - onlineCount }}离线
- +
矿池状态
- - {{ deviceCount>0?Math.round(poolOnline/deviceCount*100):0 }}% - 在线率 + + + {{ deviceCount>0?Math.round(poolOnline/deviceCount*100):0 }}% + + 在线率 +
-
{{ deviceCount }}总计
-
{{ poolOnline }}在线
-
{{ deviceCount - poolOnline }}离线
+
{{ deviceCount }}总计
+
{{ poolOnline }}在线
+
{{ deviceCount - poolOnline }}离线
@@ -216,7 +990,12 @@
-
+
+
+
+
+
+

等待设备连接

启动客户端程序以开始监控

@@ -225,31 +1004,57 @@