From e94f13766317379dfb43fd57f5cae6fa3ac07eae Mon Sep 17 00:00:00 2001 From: ITJoker233 <649258008@qq.com> Date: Mon, 13 Jan 2020 03:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89Update=20Version=201.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++---- config.json | 13 +++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6e1e6ca..cf0443e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ - [ ] 增加相关的Web特效~ - More... -## 📌当前版本:1.6.0 +## 📌当前版本:1.6.1 1. (刚开始使用这个主题的请忽略这句话) 2. 由于Gridea客户端不支持直接获取主题版本,所以换了一个方法获取当前主题的版本号,(如果Gridea的客户端一直不支持获取的话,那么就采用这个方法,如果支持了就不必这一步。) @@ -54,7 +54,9 @@ 5. 文章列表------在菜单里面添加的link为:```/posts``` ## 🌈下载地址 -- [v1.6.0(当前版本)](https://github.com/ITJoker233/Gridea-theme-Chic/releases/tag/1.6.0) + +- [v1.6.1(当前版本)](https://github.com/ITJoker233/Gridea-theme-Chic/releases/tag/1.6.1) +- [v1.6.0](https://github.com/ITJoker233/Gridea-theme-Chic/releases/tag/1.6.0) - [v1.5.9](https://github.com/ITJoker233/Gridea-theme-Chic/releases/tag/1.5.9) - [v1.5.8](https://github.com/ITJoker233/Gridea-theme-Chic/releases/tag/1.5.8) - [v1.5.7](https://github.com/ITJoker233/Gridea-theme-Chic/releases/tag/1.5.7) @@ -77,8 +79,9 @@ ### 本次更新了以下内容: 1. 本次更新内容较多,所有的静态文件都已经换成CDN了,如果需要自己DIY主题,详情取消Head.ejs的注释,把原本的注释掉即可 2. 本次修复了若干Bug -3. 下次更新未知.... -4. 本次更新时间为:2020.01.13 02:48 +3. 增加了live2d的CDN +4. 下次更新未知.... +5. 本次更新时间为:2020.01.13 ## 📢作者留言 diff --git a/config.json b/config.json index e01bfad..bf2b271 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Chic-给我的主题来个Star呗!🎉", - "version": "1.6.0", + "version": "1.6.1", "author": "@ITJoker (原作者:@Bentham)", "repository": "https://github.com/ITJoker233/Gridea-theme-Chic", "customConfig": [{ @@ -24,7 +24,12 @@ "label": "友链", "group": "友链", "type": "array", - "value": [{ "description": "ITJoker's Blog", "siteLink": "https://blog.itjoker.cn", "siteLogo": "https://blog.itjoker.cn/images/avatar.png", "siteName": "ITJoker" }], + "value": [{ + "description": "ITJoker's Blog", + "siteLink": "https://blog.itjoker.cn", + "siteLogo": "https://blog.itjoker.cn/images/avatar.png", + "siteName": "ITJoker" + }], "arrayItems": [{ "label": "名称", "name": "siteName", @@ -60,11 +65,11 @@ "name": "version", "label": "主题版本", "group": "网站信息", - "value": "1.6.0", + "value": "1.6.1", "type": "select", "options": [{ "label": "最新版本", - "value": "1.6.0" + "value": "1.6.1" }] }, {