From 0e24cd43841a84a67b13b6b0177c07ed9a976d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 30 Mar 2025 20:11:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 08db3f6..27c5bc9 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -80,6 +80,10 @@ export default defineConfig({ text: '配置反向代理', link: '/advanced/proxy' }, + { + text: '配置进程守护', + link: '/advanced/supervisor' + }, { text: '配置 QUIC(HTTP3)', link: '/advanced/quic'