From 3f26b92de1df236d3ca2e4df5469b06a6870465a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=B8=E6=88=8F=E7=B3=95=E6=89=8B=E7=88=B1=E4=B8=BD?= =?UTF-8?q?=E4=B8=9D?= <1747715394@qq.com> Date: Wed, 26 Nov 2025 19:06:48 +0800 Subject: [PATCH] 111 --- .vitepress/config.mts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 9911f0e..51af370 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -25,6 +25,8 @@ export interface ThemeConfig { repo: string owner: string admin: string[] + + outline: [2, 3], } export default defineConfigWithTheme({