您确定要退出登录吗?
- 请注意!
+ 请注意:
未保存的内容将会被清空!
diff --git a/README.md b/README.md index 9e1af02..de323bc 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ > 基于原作者v1.2.5代码修改 +#### v1.2.5-6 +1. 重构课外书页面 +2. 音乐、背景、侧边栏等适配新接口(基于API-Python) +3. 修复分享海报空白、模态框失效等异常 + #### v1.2.5-5 1. 朋友圈支持图片显示(需同步更新插件) 2. 手机端底部导航栏新增公告未读提示 diff --git a/embed-code/page/navigator.html b/embed-code/page/navigator.html index a120053..72606a8 100644 --- a/embed-code/page/navigator.html +++ b/embed-code/page/navigator.html @@ -207,7 +207,8 @@ const noticeLink = noticeCard.closest('a'); noticeLink.onclick = function() { - $.cookie('latest_notice_date', combinedDateStr, { path: '/', domain: 'anian.cc', expires: 365 }); + // $.cookie('latest_notice_date', combinedDateStr, { path: '/', domain: 'anian.cc', expires: 365 }); + $.cookie('latest_notice_date', combinedDateStr, { path: '/', expires: 365 }); typeof markAsRead === 'function' && markAsRead(combinedDateStr); }; } diff --git a/embed-code/sidebar/dao-hang.html b/embed-code/sidebar/dao-hang.html index b76447a..25f678a 100644 --- a/embed-code/sidebar/dao-hang.html +++ b/embed-code/sidebar/dao-hang.html @@ -1,18 +1,18 @@
\ No newline at end of file diff --git a/embed-code/sidebar/nong-li.html b/embed-code/sidebar/nong-li.html index 90f065c..4590059 100644 --- a/embed-code/sidebar/nong-li.html +++ b/embed-code/sidebar/nong-li.html @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/embed-code/sidebar/xian-lu.html b/embed-code/sidebar/xian-lu.html index 769a958..199e25d 100644 --- a/embed-code/sidebar/xian-lu.html +++ b/embed-code/sidebar/xian-lu.html @@ -1,8 +1,8 @@
您确定要退出登录吗?
- 请注意!
+ 请注意:
未保存的内容将会被清空!