docs(vitepress): 更新文档配置中的大纲设置

将 outline 从数组格式改为对象格式,支持更多配置选项并添加标签
This commit is contained in:
anghunk
2026-01-20 17:08:29 +08:00
parent 23c27d9562
commit 856e421737

View File

@@ -4,7 +4,10 @@ export default defineConfig({
title: 'CWD 评论系统文档',
description: '基于 Cloudflare Workers 的轻量级评论系统',
lang: 'zh-CN',
outline: [2, 3],
outline: {
level: [2, 3, 4],
label: 'On this page',
},
head: [
[
'link',