From 72d4840726c1d657c6037d15feb7fbcc57e123fe Mon Sep 17 00:00:00 2001 From: zeyan <258785420@qq.com> Date: Tue, 12 Aug 2025 15:39:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- niucloud/app/api/view/dashboard/error.html | 47 +++ niucloud/app/api/view/dashboard/main.html | 342 +++++++++++++++++++++ 2 files changed, 389 insertions(+) create mode 100644 niucloud/app/api/view/dashboard/error.html create mode 100644 niucloud/app/api/view/dashboard/main.html diff --git a/niucloud/app/api/view/dashboard/error.html b/niucloud/app/api/view/dashboard/error.html new file mode 100644 index 00000000..0eefe5d6 --- /dev/null +++ b/niucloud/app/api/view/dashboard/error.html @@ -0,0 +1,47 @@ + + + + + + 页面错误 + + + +
+
⚠️
+
页面加载失败
+
{$message}
+
+ + \ No newline at end of file diff --git a/niucloud/app/api/view/dashboard/main.html b/niucloud/app/api/view/dashboard/main.html new file mode 100644 index 00000000..2dd09c3f --- /dev/null +++ b/niucloud/app/api/view/dashboard/main.html @@ -0,0 +1,342 @@ + + + + + + {$pageTitle} + + + + +
+

{$pageTitle}

+ +
+ {volist name="pageData.stats" id="stat"} +
+
{$stat.label}
+
{$stat.value}{$stat.unit}
+
{$stat.trend}
+
+ {/volist} +
+ +
+
+ + + + + + \ No newline at end of file