diff --git a/views/page/templates/articleChar.html b/views/page/templates/articleChar.html new file mode 100644 index 0000000..2d7ae13 --- /dev/null +++ b/views/page/templates/articleChar.html @@ -0,0 +1,175 @@ +{% extends 'base_page.html' %} +{% block title %} + 文章分析 +{% endblock %} + +{% block nav %} + +{% endblock %} + +{% block content %} +
+
+
+
+

文章分析页

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

文章点赞量分析 👍

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

文章评论量分析 🔥

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

文章转发量分析 🥇

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