From 9bfc6f3668be0a3052649985a48137cd891ea512 Mon Sep 17 00:00:00 2001 From: juanboy <2980526980@qq.com> Date: Fri, 18 Oct 2024 22:01:09 +0800 Subject: [PATCH] success.html --- BCAT_front/templates/success.html | 98 +++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 BCAT_front/templates/success.html diff --git a/BCAT_front/templates/success.html b/BCAT_front/templates/success.html new file mode 100644 index 0000000..8b52bb3 --- /dev/null +++ b/BCAT_front/templates/success.html @@ -0,0 +1,98 @@ + + + + + 一切正常! + + + +
+

数据分析完毕!

+
+ 一切正常! +
+ {% if stats %} +

统计信息:

+ + + + + + + + + + {% for label, info in stats.items() %} + + + + + + {% endfor %} + +
标签个数占比
{{ label }}{{ info.count }}{{ info.percentage }}
+ {% else %} +

没有统计信息可显示。

+ {% endif %} + 返回首页 +
+ +