mirror of
https://github.com/ITStudioOUC/ITStudio-Wiki.git
synced 2026-06-15 13:06:30 +00:00
Update config.mts
This commit is contained in:
@@ -94,29 +94,6 @@ export default defineConfig({
|
|||||||
text: "爱特工作室简介",
|
text: "爱特工作室简介",
|
||||||
link: "/wiki/about/intro",
|
link: "/wiki/about/intro",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
text: "新闻公告",
|
|
||||||
link: "/wiki/news/recent-news",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "技术与专业领域",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
text: "技术博客",
|
|
||||||
link: "/wiki/tech/blog",
|
|
||||||
collapsed: false,
|
|
||||||
items: getMarkdownFiles(path.join(BASE_PATH, "wiki/tech/blog")),
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "成员项目",
|
|
||||||
link: "/wiki/tech/projects",
|
|
||||||
collapsed: false,
|
|
||||||
items: getMarkdownFiles(
|
|
||||||
path.join(BASE_PATH, "wiki/tech/projects")
|
|
||||||
),
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "生活感悟",
|
text: "生活感悟",
|
||||||
link: "/wiki/life",
|
link: "/wiki/life",
|
||||||
|
|||||||
Reference in New Issue
Block a user