From 2ec07c6e507c1de457c1ae951f2d5b57173a609c Mon Sep 17 00:00:00 2001 From: juanboy <2980526980@qq.com> Date: Wed, 3 Jul 2024 14:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90commentChar.html=E3=80=91=E8=AF=84?= =?UTF-8?q?=E8=AE=BA=E5=88=86=E6=9E=90=E5=89=8D=E7=AB=AF=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/page/templates/commentChar.html | 152 ++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 views/page/templates/commentChar.html diff --git a/views/page/templates/commentChar.html b/views/page/templates/commentChar.html new file mode 100644 index 0000000..c32a09c --- /dev/null +++ b/views/page/templates/commentChar.html @@ -0,0 +1,152 @@ +{% extends 'base_page.html' %} + +{% block title %} + 评论分析 +{% endblock %} +{% block nav %} + +{% endblock %} +{% block content %} +
+
+
+
+

评论分析

+
+
+
+
+
+
+
+
+

评论点赞次数区间图

+
+
+
+
+
+
+
+
+
+
+
+

评论用户性别占比

+
+
+
+
+
+
+
+
+
+
+
+

用户评论词云图

+
+
+
+
+ +
+
+
+
+
+
+ +{% endblock %} +