From 79d936e4925c56e2ea4992438557813496eb6110 Mon Sep 17 00:00:00 2001 From: blinkfox Date: Wed, 10 Jun 2020 00:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E7=9A=84=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ README_CN.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 1a322e82c..3ec047065 100644 --- a/README.md +++ b/README.md @@ -586,6 +586,13 @@ There are 24 featured pictures in `/source/medias/featureimages`,you can add or ## Changelog +- v1.3.1 + - Added `kbd` style; + - Fixed an issue with incorrect links in the word cloud when deploying subdirectories; + - Removed vertical lines in TOC; + - Fixed the problem that the `tooltip` in the home icon is not displayed; + - Fixed the issue that switching banners every day does not take effect when generating static files; + - Updated some configurations in `miniValine`; - v1.3.0 - new supporting subdirectory deployment(eg: `Gitee`); - new `MiniValine` comment system; diff --git a/README_CN.md b/README_CN.md index b9b879ca8..ec8439beb 100644 --- a/README_CN.md +++ b/README_CN.md @@ -588,6 +588,13 @@ $('.bg-cover').css('background-image', 'url(/medias/banner/' + new Date().getDay ## 版本记录 +- v1.3.1 + - 新增了 `kbd` 样式; + - 修复了子目录部署时词云中链接有误的问题; + - 移除了 TOC 中的竖线; + - 修复了首页 icon 图标中的 tooltip 不显示的问题; + - 修复生成静态文件时,每天切换 banner 不生效的问题; + - 更新了 `miniValine` 中的一些配置; - v1.3.0 - 新增了支持子目录部署的功能(如:`Gitee`); - 新增了 `MiniValine` 评论系统;