diff --git a/README.md b/README.md index 565cf3d7f..2a48567d9 100644 --- a/README.md +++ b/README.md @@ -507,6 +507,13 @@ There are 24 featured pictures in `/source/medias/featureimages`,you can add or ## Changelog +- v1.1.0 + - Added support for `emoji`; +  - Added site run time statistics and configuration; +  - Added the function of message board, it is not enabled by default; +  - Added `Twitter`, `Facebook`, and `zhihu` social links; +  - Updated the version of `Valine` to the latest version; +  - modification of other minor details; - v1.0.4 - Added the ability to customize the reprint rules for each post; - Fix the problem that the custom summary of the previous page and the next page does not display; diff --git a/README_CN.md b/README_CN.md index e1dd24cde..16b022be1 100644 --- a/README_CN.md +++ b/README_CN.md @@ -510,6 +510,13 @@ $('.bg-cover').css('background-image', 'url(/medias/banner/' + new Date().getDay ## 版本记录 +- v1.1.0 + - 新增了 `emoji` 的支持; + - 新增了站点运行时间统计及配置; + - 新增了留言板的功能,默认未开启; + - 新增了 `Twitter`、`Facebook`、知乎的社交链接; + - 更新了 `Valine` 的版本为最新版; + - 其他小细节的修改; - v1.0.4 - 新增了能为每篇文章都自定义转载规则的功能; - 修复上一页、下一页的自定义 `summary` 不显示的问题;