Add files via upload

This commit is contained in:
Feng Gao
2024-12-06 06:41:21 +08:00
committed by GitHub
parent 69e2cd44ae
commit 47759ce098
+14 -19
View File
@@ -8,7 +8,6 @@ export default defineConfig({
lang: "zh-CN", lang: "zh-CN",
srcDir: "src", srcDir: "src",
themeConfig: { themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: "/logo.png", logo: "/logo.png",
siteTitle: "ITSTUDIO WIKI", siteTitle: "ITSTUDIO WIKI",
search: { search: {
@@ -16,8 +15,7 @@ export default defineConfig({
}, },
nav: [ nav: [
{ text: "Home", link: "/" }, { text: "Home", link: "/" },
{ text: "Wiki", link: "/wiki/about/intro" }, { text: "Wiki", link: "/wiki/about/intro" }
{ text: "Contact", link: "/contact/contactus" },
], ],
sidebar: { sidebar: {
@@ -68,31 +66,28 @@ export default defineConfig({
], ],
}, },
{ {
text: "生活感悟", text: "生活感悟",
// link: "/wiki/life", link: "/wiki/life",
},
{
text: "联系方式与友情链接",
items: [ items: [
{ {
text: "生活感悟", text: "联系方式",
link: "/wiki/life/reflections", link: "/wiki/contact/contatusus",
collapsed: false,
items: [],
},
{
text: "友情链接",
link: "/wiki/contact/link",
collapsed: false, collapsed: false,
items: [], items: [],
}, },
], ],
}, },
], ],
"/contact": [
{
text: "联系我们",
// link: "/contact",
items: [
{ text: "联系方式", link: "/contact/contactus" },
{ text: "加入我们", link: "/contact/joinus" },
{ text: "问题反馈", link: "/contact/feedback" },
],
}, },
],
},
socialLinks: [ socialLinks: [
{ icon: "googlehome", link: "https://www.itstudio.club/" }, { icon: "googlehome", link: "https://www.itstudio.club/" },
{ icon: "github", link: "https://github.com/ITStudioOUC" }, { icon: "github", link: "https://github.com/ITStudioOUC" },