diff --git a/templates/custom/global_mask.tmpl b/templates/custom/global_mask.tmpl new file mode 100644 index 000000000..fd2dfcbe6 --- /dev/null +++ b/templates/custom/global_mask.tmpl @@ -0,0 +1,21 @@ +
+
+
+
+
+
+
+
+
+
+ 任务正在准备中,喝杯水回来再看看~ +
+
+
diff --git a/templates/repo/cloudbrain/benchmark/new.tmpl b/templates/repo/cloudbrain/benchmark/new.tmpl index e1b5c890e..f8e83e1ae 100755 --- a/templates/repo/cloudbrain/benchmark/new.tmpl +++ b/templates/repo/cloudbrain/benchmark/new.tmpl @@ -28,18 +28,7 @@ white-space: nowrap !important; } - -
-
-
-
-
-
-
-
-
+{{template "custom/global_mask" .}}
{{template "repo/header" .}}
diff --git a/templates/repo/cloudbrain/inference/new.tmpl b/templates/repo/cloudbrain/inference/new.tmpl index efea83a46..fc2c37bc7 100644 --- a/templates/repo/cloudbrain/inference/new.tmpl +++ b/templates/repo/cloudbrain/inference/new.tmpl @@ -36,15 +36,7 @@ white-space: nowrap !important; } -
-
-
-
-
-
-
-
-
+{{template "custom/global_mask" .}}
{{template "repo/header" .}}
diff --git a/templates/repo/cloudbrain/new.tmpl b/templates/repo/cloudbrain/new.tmpl index 0d07b2add..e2d1b2993 100755 --- a/templates/repo/cloudbrain/new.tmpl +++ b/templates/repo/cloudbrain/new.tmpl @@ -1,56 +1,6 @@ {{template "base/head" .}} -
-
-
-
-
-
-
-
-
-
任务正在准备中,喝杯水回来再看看~
-
- -
+{{template "custom/global_mask" .}}
{{template "repo/header" .}} @@ -269,7 +191,6 @@