mirror of
https://github.com/ITStudioOUC/ITStudio-Wiki.git
synced 2026-06-15 13:06:30 +00:00
Add files via upload
This commit is contained in:
+14
-19
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user