diff --git a/views/page/templates/articleContentCloud.html b/views/page/templates/articleContentCloud.html new file mode 100644 index 0000000..4f64e51 --- /dev/null +++ b/views/page/templates/articleContentCloud.html @@ -0,0 +1,134 @@ +{% extends 'base_page.html' %} +{% block title %} + 文章内容词云图 +{% endblock %} + +{% block nav %} + +{% endblock %} + +{% block content %} +
+
+
+
+

文章分析页

+
+
+
+
+
+
+
+
+

文章内容词云图

+
+
+
+
+ +
+
+
+
+
+
+ +{% endblock %} + +{% block echarts %} + +{% endblock %} \ No newline at end of file