Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 97a39a5

Browse files
committed
deploy
1 parent 1f61202 commit 97a39a5

File tree

3 files changed

+433
-4
lines changed

3 files changed

+433
-4
lines changed

.vitepress/config.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,18 @@ export default {
4646
icon: {
4747
svg: '<svg t="1663266323098" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2880" width="200" height="200"><path d="M512 1024C230.4 1024 0 793.6 0 512S230.4 0 512 0s512 230.4 512 512-230.4 512-512 512z m259.2-569.6H480c-12.8 0-25.6 12.8-25.6 25.6v64c0 12.8 12.8 25.6 25.6 25.6h176c12.8 0 25.6 12.8 25.6 25.6v12.8c0 41.6-35.2 76.8-76.8 76.8h-240c-12.8 0-25.6-12.8-25.6-25.6V416c0-41.6 35.2-76.8 76.8-76.8h355.2c12.8 0 25.6-12.8 25.6-25.6v-64c0-12.8-12.8-25.6-25.6-25.6H416c-105.6 0-188.8 86.4-188.8 188.8V768c0 12.8 12.8 25.6 25.6 25.6h374.4c92.8 0 169.6-76.8 169.6-169.6v-144c0-12.8-12.8-25.6-25.6-25.6z" p-id="2881"></path></svg>'
4848
},
49-
link: 'https://gitee.com/hooray/fantastic-admin'
49+
link: 'https://gitee.com/fantastic-admin/basic'
5050
},
5151
{
52-
icon: 'github', link: 'https://github.com/hooray/fantastic-admin'
52+
icon: 'github', link: 'https://github.com/fantastic-admin/basic'
5353
}
5454
],
5555
sidebar: {
5656
'/guide/': [
5757
{
5858
text: '入门',
5959
items: [
60+
{ text: '更新日志', link: '/guide/changelog' },
6061
{ text: '准备工作', link: '/guide/ready' },
6162
{ text: '开始', link: '/guide/start' },
6263
{ text: '代码规范', link: '/guide/coding-standard' },

0 commit comments

Comments
 (0)