diff --git a/doc/docs/.vitepress/config.js b/doc/docs/.vitepress/config.js index 04331f61b..bd3f1d1ea 100644 --- a/doc/docs/.vitepress/config.js +++ b/doc/docs/.vitepress/config.js @@ -8,6 +8,7 @@ const config = { lang: 'zh-CN', nav: [ { text: '书写规范', link: '/zh/standard/' }, + { text: '插件分享', link: '/zh/plugs/' }, ], sidebar: [ { @@ -24,6 +25,7 @@ const config = { lang: 'en-US', nav: [ { text: 'Standard', link: '/en/standard/' }, + { text: 'PlugsShare', link: '/zh/plugs/' }, ], sidebar: [ { diff --git a/doc/docs/en/plugs/images/hyper.gif b/doc/docs/en/plugs/images/hyper.gif new file mode 100644 index 000000000..c444068a0 Binary files /dev/null and b/doc/docs/en/plugs/images/hyper.gif differ diff --git a/doc/docs/en/plugs/index.md b/doc/docs/en/plugs/index.md new file mode 100644 index 000000000..d10ff2468 --- /dev/null +++ b/doc/docs/en/plugs/index.md @@ -0,0 +1,6 @@ +## 1. hyper + +![Screen shot](./images/hyper.gif) + +A beautification command panel plug-in, based on TS, version: windows, MAC, Linux +Download address: https://hyper.is/#installation \ No newline at end of file diff --git a/doc/docs/zh/introduction/contributor.md b/doc/docs/zh/introduction/contributor.md index ebe5c3810..a0fc77160 100644 --- a/doc/docs/zh/introduction/contributor.md +++ b/doc/docs/zh/introduction/contributor.md @@ -29,5 +29,4 @@ GitHub:https://github.com/ChaoSuperScholar/smallhouse ``` Yinwenxu ``` -GitHub:https://github.com/Yinwenxu/Student ::: \ No newline at end of file diff --git a/doc/docs/zh/plugs/images/hyper.gif b/doc/docs/zh/plugs/images/hyper.gif new file mode 100644 index 000000000..c444068a0 Binary files /dev/null and b/doc/docs/zh/plugs/images/hyper.gif differ diff --git a/doc/docs/zh/plugs/index.md b/doc/docs/zh/plugs/index.md new file mode 100644 index 000000000..9629205cb --- /dev/null +++ b/doc/docs/zh/plugs/index.md @@ -0,0 +1,6 @@ +## 1. hyper + +![Screen shot](./images/hyper.gif) + +一款美化命令面板插件,基于TS,版本:windows、mac、linux +下载地址:https://hyper.is/#installation \ No newline at end of file