From 3bd927140366da9f4b3a3e6e81cad04d92c76c55 Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Thu, 23 Sep 2021 17:47:03 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=A2=9E=E5=8A=A0=20changelog=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ README.zh-CN.md | 2 ++ docs/docs/.vuepress/config.js | 1 + 3 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 10fbe91..775cd84 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,9 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR ![image](https://user-images.githubusercontent.com/21073039/127327603-9796f246-ee4b-4950-a69d-ce3205ec9569.png) +## ChangeLog +[CHANGELOG](https://github.com/clouDr-f2e/rubick/CHANGELOG.md) + ## License This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/clouDr-f2e/rubick/blob/master/LICENSE) file for details. diff --git a/README.zh-CN.md b/README.zh-CN.md index 30c3f6f..5e93668 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -99,6 +99,8 @@ This project exists thanks to all the people who contribute. [[Contribute](CONTR ![image](https://user-images.githubusercontent.com/21073039/127327603-9796f246-ee4b-4950-a69d-ce3205ec9569.png) +## 更新日志 +[ChangeLog](https://github.com/clouDr-f2e/rubick/CHANGELOG.md) ## License This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/clouDr-f2e/rubick/blob/master/LICENSE) file for details. diff --git a/docs/docs/.vuepress/config.js b/docs/docs/.vuepress/config.js index 072a127..3df45ad 100644 --- a/docs/docs/.vuepress/config.js +++ b/docs/docs/.vuepress/config.js @@ -13,6 +13,7 @@ module.exports = { nav: [ { text: '使用文档', link: '/guide/' }, { text: '开发者', link: '/dev/' }, + { text: 'ChangeLog', link: 'https://github.com/clouDr-f2e/rubick/CHANGELOG.md' }, ], sidebar: [ {