소스 검색

docs: update link

陈凯龙 3 년 전
부모
커밋
7e9ca041f9
1개의 변경된 파일9개의 추가작업 그리고 5개의 파일을 삭제
  1. 9 5
      .vitepress/config.js

+ 9 - 5
.vitepress/config.js

@@ -104,21 +104,25 @@ function createNav() {
           text: 'Github 文档源码',
           link: 'https://github.com/kailong321200875/vue-element-plus-admin-doc',
         },
+        {
+          text: 'Github 更新日志',
+          link: 'https://github.com/kailong321200875/vue-element-plus-admin/blob/master/CHANGELOG.md',
+        },
         {
           text: 'Gitee 站点预览',
-          link: 'https://element-plus-admin.cn/',
+          link: 'https://kailong110120130.gitee.io/vue-element-plus-admin',
         },
         {
           text: 'Gitee 源码',
-          link: 'https://github.com/kailong321200875/vue-element-plus-admin',
+          link: 'https://gitee.com/kailong110120130/vue-element-plus-admin',
         },
         {
           text: 'Gitee 文档源码',
-          link: 'https://github.com/kailong321200875/vue-element-plus-admin-doc',
+          link: 'https://gitee.com/kailong110120130/vue-element-plus-admin-doc',
         },
         {
-          text: '更新日志',
-          link: 'https://github.com/kailong321200875/vue-element-plus-admin/blob/master/CHANGELOG.zh_CN.md',
+          text: 'Gitee 更新日志',
+          link: 'https://gitee.com/kailong110120130/vue-element-plus-admin/blob/master/CHANGELOG.md',
         },
       ],
     },