chore: nav
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// import { defineConfig } from 'vitepress'
|
// import { defineConfig } from 'vitepress'
|
||||||
import { withMermaid } from "vitepress-plugin-mermaid";
|
import { withMermaid } from "vitepress-plugin-mermaid";
|
||||||
import mathjax3 from 'markdown-it-mathjax3';
|
import mathjax3 from 'markdown-it-mathjax3';
|
||||||
import { main_sidebar , chapter2, chapter3, chapter4, chapter5, chapter6, chapter7, chapter8 } from './sidebar.js';
|
import { main_sidebar, chapter2, chapter3, chapter4, chapter5, chapter6, chapter7, chapter8 } from './sidebar.js';
|
||||||
const customElements = [
|
const customElements = [
|
||||||
'mjx-container',
|
'mjx-container',
|
||||||
'mjx-assistive-mml',
|
'mjx-assistive-mml',
|
||||||
@@ -103,6 +103,13 @@ export default withMermaid({
|
|||||||
// https://vitepress.dev/reference/default-theme-config
|
// https://vitepress.dev/reference/default-theme-config
|
||||||
nav: [
|
nav: [
|
||||||
{ text: '首页', link: '/' },
|
{ text: '首页', link: '/' },
|
||||||
|
{ text: 'Wiki史', link: '/wiki史' },
|
||||||
|
{
|
||||||
|
text: '友链', items:
|
||||||
|
[
|
||||||
|
{ text: '杭电导航', link: 'https://wiki.hduhelp.com' },
|
||||||
|
]
|
||||||
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
sidebar: {
|
sidebar: {
|
||||||
@@ -119,8 +126,8 @@ export default withMermaid({
|
|||||||
{ icon: 'github', link: 'https://github.com/camera-2018/hdu-cs-wiki' }
|
{ icon: 'github', link: 'https://github.com/camera-2018/hdu-cs-wiki' }
|
||||||
],
|
],
|
||||||
footer: {
|
footer: {
|
||||||
message: 'Made with ❤️ by HDU 计算机科协 && ALL 协作者',
|
message: 'Made with ❤️ by ALL 协作者',
|
||||||
copyright: 'Copyright © 2023-present Evan You && HDU 计算机科协 && ALL 协作者'
|
copyright: 'Copyright © 2023-present Evan You && ALL 协作者'
|
||||||
},
|
},
|
||||||
lastUpdatedText: '上次更改',
|
lastUpdatedText: '上次更改',
|
||||||
docFooter: {
|
docFooter: {
|
||||||
|
|||||||
5
简介.md
5
简介.md
@@ -29,7 +29,10 @@
|
|||||||
|
|
||||||
想必在这里,你或多或少都能得到自己的答案!
|
想必在这里,你或多或少都能得到自己的答案!
|
||||||
|
|
||||||

|
<div align="center">
|
||||||
|
<img src="https://pic-hdu-cs-wiki-1307923872.cos.ap-shanghai.myqcloud.com/hdu-cs-qq.jpg"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
欢迎加群与学长交流!我们也可以针对你的喜好为你定制一个方案!
|
欢迎加群与学长交流!我们也可以针对你的喜好为你定制一个方案!
|
||||||
|
|
||||||
**群号:669895692**
|
**群号:669895692**
|
||||||
|
|||||||
Reference in New Issue
Block a user