diff --git a/app/web_ui/templates/index.html b/app/web_ui/templates/index.html new file mode 100644 index 0000000..6fcb123 --- /dev/null +++ b/app/web_ui/templates/index.html @@ -0,0 +1,196 @@ + + + + + + + + + + + +
+
+
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + + + diff --git a/app/web_ui/templates/wordcloud.html b/app/web_ui/templates/wordcloud.html new file mode 100644 index 0000000..42ee078 --- /dev/null +++ b/app/web_ui/templates/wordcloud.html @@ -0,0 +1,99 @@ + + + + + + + + + + + 年度聊天报告 + + + + + + + + + + + + + + +
+
+
+
+
+
+
+

二零二三

+

你说的最多的是

+
+
+
+
+
+
+
+ {% for t in keyword %} + + {{t}} + {% endfor %} +
+
+ {% for n in max_num[::-1] %} + {{n}} + {% endfor %} + +
+
+
+
    + {% for dialog in dialogs %} +
  • +
    +
    + {% for p in dialog[0][2][:-1] %} + {{p}} + {{keyword}} + {% endfor %} + {{dialog[0][2][-1]}} +
    +
    +
    - {{dialog[1][2]}}
    {{dialog[0][3]}}
    +
    +
  • + {% endfor %} + + +
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file