From 6af0074c3658967522b41ce07f2322042ac9bbe2 Mon Sep 17 00:00:00 2001 From: YHH <359807859@qq.com> Date: Thu, 9 Oct 2025 17:18:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E5=A2=9E=E5=8A=A0=E5=BA=8F?= =?UTF-8?q?=E5=88=97=E5=8C=96=E7=AB=A0=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 51c7fbbb..0cee0f1b 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -74,6 +74,7 @@ export default defineConfig({ ] }, { text: '场景管理 (Scene)', link: '/guide/scene' }, + { text: '序列化系统 (Serialization)', link: '/guide/serialization' }, { text: '事件系统 (Event)', link: '/guide/event-system' }, { text: '时间和定时器 (Time)', link: '/guide/time-and-timers' }, { text: '日志系统 (Logger)', link: '/guide/logging' }