From ecfef9543ccd11535b7ab3ede2dd5b6510754e51 Mon Sep 17 00:00:00 2001 From: liuzhihang Date: Fri, 14 Oct 2022 21:29:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/modules/post-list.html | 9 +- templates/page.html | 521 ++++++++++++++++++++++++++++++- templates/post.html | 101 +++--- 3 files changed, 577 insertions(+), 54 deletions(-) diff --git a/templates/modules/post-list.html b/templates/modules/post-list.html index 70c5b880..22d3eaf5 100644 --- a/templates/modules/post-list.html +++ b/templates/modules/post-list.html @@ -1,13 +1,16 @@ - +
- - + +
diff --git a/templates/page.html b/templates/page.html index 08e4d6de..a14b8055 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,4 +1,523 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ +
+ +
+ +
+
+
+
+
+ +
+
+
+
+ + +
+
+ + +
+
+ +
+
+
+ + + + +
+
+ + + 引用到评论 + + + + + + + + + + + +
+ + +
+ + + + +
+
+
+
+
+ + + + + + + + + +
+ + + + + + + + + + + + + + + +
+
+ +
+ \ No newline at end of file diff --git a/templates/post.html b/templates/post.html index 5a06265d..49f296ed 100644 --- a/templates/post.html +++ b/templates/post.html @@ -8,43 +8,44 @@ - - - - - - + + + + + }); + }); +
@@ -445,23 +447,28 @@ - +
- 原创
-
https://blog.zhheo.com/p/1abe0c7.html - +
+ + + text + + +
- 本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 + 本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自
@@ -832,12 +839,6 @@ typeof chatBtnFn === 'function' && chatBtnFn() typeof panguInit === 'function' && panguInit() - - // Analytics - if (false) { - MtaH5.pgv() - } - // prismjs typeof Prism === 'object' && Prism.highlightAll()