From e9b0af54771f883288dda67e9336eed6e020a926 Mon Sep 17 00:00:00 2001 From: Hr666 <2909542457@qq.com> Date: Sun, 16 Nov 2025 20:49:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/hr.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/hr.md diff --git a/docs/hr.md b/docs/hr.md new file mode 100644 index 0000000..6d3b182 --- /dev/null +++ b/docs/hr.md @@ -0,0 +1,2 @@ +# hr +content \ No newline at end of file From 9defbb32837569cf5e4d243025488567cf52de75 Mon Sep 17 00:00:00 2001 From: Hr666 <2909542457@qq.com> Date: Sun, 16 Nov 2025 21:00:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 9 ++++++++- docs/{ => example}/api-examples.md | 0 docs/{ => example}/markdown-examples.md | 0 docs/{ => 黄睿}/hr.md | 0 4 files changed, 8 insertions(+), 1 deletion(-) rename docs/{ => example}/api-examples.md (100%) rename docs/{ => example}/markdown-examples.md (100%) rename docs/{ => 黄睿}/hr.md (100%) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 0c93897..fd4deb8 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -12,12 +12,19 @@ export default defineConfig({ ], sidebar: [ + { text: 'Examples', items: [ { text: 'Markdown Examples', link: '/markdown-examples' }, { text: 'Runtime API Examples', link: '/api-examples' }, - { text: '黄睿', link: '/hr' }, + ] + }, + + { + text: '黄睿', + items: [ + { text: 'hr 示例', link: '/hr' }, ] } ], diff --git a/docs/api-examples.md b/docs/example/api-examples.md similarity index 100% rename from docs/api-examples.md rename to docs/example/api-examples.md diff --git a/docs/markdown-examples.md b/docs/example/markdown-examples.md similarity index 100% rename from docs/markdown-examples.md rename to docs/example/markdown-examples.md diff --git a/docs/hr.md b/docs/黄睿/hr.md similarity index 100% rename from docs/hr.md rename to docs/黄睿/hr.md