From f46a77e3862d426e9ad65139f4af2d7ce909c9b6 Mon Sep 17 00:00:00 2001 From: blinkfox Date: Thu, 12 Dec 2019 14:03:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=20README.md=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E7=89=88=E6=9C=AC=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- README_CN.md | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b80e89755..ee49e275a 100644 --- a/README.md +++ b/README.md @@ -487,7 +487,7 @@ Everything in the Front-matter option is **not required**. But I still recommend | categories | null | Article classification, the classification of this topic represents a macroscopically large classification, only one article is recommended for one classification. | | tags | null | Post label, a post can have multiple labels | | keywords | Post Title | Post key Words With SEO | -| reprintPolicy | cc_by | Post reprint policy, value could be one of cc_by, cc_by_nd, cc_by_sa, cc_by_nc, cc_by_nc_nd, cc_by_nc_sa, cc0, noreprint and pay | +| reprintPolicy | cc_by | Post reprint policy, value could be one of cc_by, cc_by_nd, cc_by_sa, cc_by_nc, cc_by_nc_nd, cc_by_nc_sa, cc0, noreprint and pay | > **Note**: > 1. post's featured piature will take remainder if not writing the `img` property,and chose the featured picture of theme to let all of post's picture **have their own characteristics**. @@ -598,6 +598,14 @@ There are 24 featured pictures in `/source/medias/featureimages`,you can add or ## Changelog +- v1.2.2 + - Add the function of customizing post `keywords`; +  - Add the function and configuration of static ribbon click switch; +  - Set the word count, ribbon and site running time as `false` by default; +  - Modify the meta attribute of the post's `description` to read the post's `summary` attribute first; +  - Modified HTML tag of article title from `div` to` h1` title; +  - Fixed the problem of incorrect footer `year` display; +  - Removed redundant `setTimeout` js code from site runtime; - v1.2.1 - Added TOC's expand directory level settings and scroll bar function to prevent directory overflow when there are many directories; - Modified the display mode of the homepage to the previous mode; diff --git a/README_CN.md b/README_CN.md index 6cca26323..f3dcc5c7b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -600,6 +600,14 @@ $('.bg-cover').css('background-image', 'url(/medias/banner/' + new Date().getDay ## 版本记录 +- v1.2.2 + - 新增了自定义文章 `keywords` 的功能; + - 新增静态彩带点击切换的功能和配置; + - 将文章字数统计、彩带和站点运行时间等功能默认设置为 `false`; + - 修改了文章的 `description` 的 meta 属性优先读取文章的 `summary` 属性; + - 修改了文章标题的 HTML 标签,从 `div` 改成了 `h1` 标题; + - 修改了页脚年份显示不正确的问题; + - 去掉了站点运行时间中多余的 `setTimeout` 代码; - v1.2.1 - 新增了 TOC 的展开目录层级设置和滚动条功能,防止目录较多的时候目录溢出; - 修改了首页的展示方式为以前的模式;