From 21a4934beec74b3097e79d6fd5825683d8293ee5 Mon Sep 17 00:00:00 2001 From: wangjr Date: Thu, 14 Apr 2022 15:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BC=BA=E7=9C=81=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/user/dashboard/dashboard.tmpl | 123 ++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl index f5b0e3f37..f692b638a 100644 --- a/templates/user/dashboard/dashboard.tmpl +++ b/templates/user/dashboard/dashboard.tmpl @@ -5,13 +5,136 @@ {{template "base/alert" .}}
+
+
+ 欢迎来到启智AI协作平台! +
+
+

探索更好的AI,来这里发现更有意思的 项目数据集

+

使用本平台提供的AI协作功能,如:托管代码、共享数据、调试算法或训练模型,请先创建项目

+

平台目前免费提供CPU、GPU、NPU的算力资源,可进行多种类型的AI任务。

+
+ + +
{{if .EnableHeatmap}} {{template "user/dashboard/heatmap" .}} {{end}} {{template "user/dashboard/feeds" .}} +
+
+ 活动: +
+
+

+ 还没有与你相关的活动 +

+
+
{{template "user/dashboard/repolist" .}}
{{template "base/footer" .}} + + + \ No newline at end of file