更新v2.2.0文档

This commit is contained in:
YHH
2025-10-11 10:16:52 +08:00
parent 14a8d755f0
commit f45af34614
8 changed files with 1597 additions and 38 deletions

View File

@@ -80,6 +80,14 @@ export default defineConfig({
{ text: '日志系统 (Logger)', link: '/guide/logging' }
]
},
{
text: '高级特性',
collapsed: false,
items: [
{ text: '服务容器 (Service Container)', link: '/guide/service-container' },
{ text: '插件系统 (Plugin System)', link: '/guide/plugin-system' }
]
},
{
text: '平台适配器',
link: '/guide/platform-adapter',