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 %} + 返回首页 +
+ +