Update config.mts

This commit is contained in:
Feng Gao
2025-07-03 15:09:27 +08:00
committed by GitHub
parent d4cfd032d3
commit 7f775222d3
+1 -16
View File
@@ -96,22 +96,7 @@ export default defineConfig({
}, },
{ {
text: "新闻公告", text: "新闻公告",
items: [ link: "/wiki/news/recent-news",
{
text: "近期新闻",
link: "/wiki/news/recent-news",
collapsed: false,
items: getMarkdownFiles(
path.join(BASE_PATH, "wiki/news/recent-news")
),
},
{
text: "活动公告",
link: "/wiki/news/events",
collapsed: false,
items: getMarkdownFiles(path.join(BASE_PATH, "wiki/news/events")),
},
],
}, },
{ {
text: "技术与专业领域", text: "技术与专业领域",