Skip to content

Commit

Permalink
修改了 README.md 中的版本记录
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkfox committed Dec 12, 2019
1 parent 0eed4bd commit f46a77e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down Expand Up @@ -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;
Expand Down
8 changes: 8 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 的展开目录层级设置和滚动条功能,防止目录较多的时候目录溢出;
- 修改了首页的展示方式为以前的模式;
Expand Down

0 comments on commit f46a77e

Please sign in to comment.