From 7c645c8cf1a0a855a35bd5ae6df7114ba53f6bb0 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Thu, 9 Oct 2025 23:18:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=B0=86=E7=9B=AE=E5=BD=95=E7=AD=89?= =?UTF-8?q?=E7=BA=A7=E8=AE=BE=E4=B8=BA=202=20~=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index ee519f2..2340332 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -34,7 +34,7 @@ export default defineConfig({ ], outline: { label: '目录', - level: 2, + level: [2, 4], }, sidebar: { },