修改侧边栏默认折叠更多项

This commit is contained in:
titor-z 2024-12-19 19:16:42 +08:00
parent a986752f77
commit 0644534902

View File

@ -19,7 +19,7 @@ export default defineConfig({
{ text: '概述', link: '/docs/engine/' },
{
text: '安装',
collapsed: false,
collapsed: true,
link: '/docs/engine/about',
items: [
{ text: "Ubuntu", link: '/docs/engine/ubuntu' },