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