From 19a190303e6c56ee9979ee0ca325dafb533a4490 Mon Sep 17 00:00:00 2001 From: "@wzy0205" <1308520309@qq.com> Date: Sun, 16 Nov 2025 20:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0branchwzy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 3 ++- docs/wzy.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/wzy.md diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 2d06bca..0faef47 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -16,7 +16,8 @@ export default defineConfig({ text: 'Examples', items: [ { text: 'Markdown Examples', link: '/markdown-examples' }, - { text: 'Runtime API Examples', link: '/api-examples' } + { text: 'Runtime API Examples', link: '/api-examples' }, + {text: '吴子妍', link: '/wzy'} ] } ], diff --git a/docs/wzy.md b/docs/wzy.md new file mode 100644 index 0000000..6b584e8 --- /dev/null +++ b/docs/wzy.md @@ -0,0 +1 @@ +content \ No newline at end of file