From 6675e378d2513858cf6691adb6dd70a1ad0e4e98 Mon Sep 17 00:00:00 2001 From: anian Date: Sun, 19 Jul 2026 01:51:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=90=9C=E7=B4=A2=E7=9B=B8?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++- embed-code/page/notice.html | 15 +++++- templates/friend-post.html | 100 ++++++++++++++++++++++++++++++++++++ templates/friends.html | 0 4 files changed, 119 insertions(+), 3 deletions(-) create mode 100644 templates/friend-post.html mode change 100644 => 100755 templates/friends.html diff --git a/README.md b/README.md index 6620703..a9467f0 100755 --- a/README.md +++ b/README.md @@ -3,8 +3,11 @@ > 基于原作者v1.2.5代码修改 #### v1.2.5-7补丁 -1. 重写作文目录样式 -2. 更换域名 +1. 重写作文目录、置顶样式 +2. 更换域名(修正通知书错误链接) +3. 修复搜索结果无法PJAX跳转(依赖搜索插件v1.7.1-1) +4. 修复日记过多时无法搜索(依赖瞬间插件v1.13.1-1,基于源仓库) +5. 朋友圈内容支持搜索与跳转(依赖朋友圈插件v1.4.3-5) #### v1.2.5-7 1. 适配新接口(基于新版API-Python) diff --git a/embed-code/page/notice.html b/embed-code/page/notice.html index f677e90..85a8076 100644 --- a/embed-code/page/notice.html +++ b/embed-code/page/notice.html @@ -44,7 +44,7 @@ -
+

应用接口更新

加载中...
@@ -65,6 +65,19 @@
+
+

日记功能更新

+
+
加载中...
+
+
+ +
+

搜索功能更新

+
+
加载中...
+
+
diff --git a/templates/friend-post.html b/templates/friend-post.html new file mode 100644 index 0000000..5cc95b8 --- /dev/null +++ b/templates/friend-post.html @@ -0,0 +1,100 @@ + + + + + +
+ + + +
+ +
+
+ +
+ +
+ +
+ +
+
+ +
+ +
+ + + +
+
+ +
+
+
+ +
+
+
+
+
+
+ + + + + + + + + +
+
+
+
+
+
+ + +
+ +
+
+ +
+ +
+
+ +
+ + + +
+
+ + \ No newline at end of file diff --git a/templates/friends.html b/templates/friends.html old mode 100644 new mode 100755