From bdd71aaca85609e6869b9c9380805b4f977e67b4 Mon Sep 17 00:00:00 2001 From: buji <1493005357@qq.com> Date: Sat, 22 Nov 2025 21:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E6=B7=BB=E5=8A=A0=E4=BA=86=E9=87=91?= =?UTF-8?q?=E5=8D=8E=E4=BA=BA=E6=89=8D=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.ts | 6 +++++- docs/石亚玲/syl-11-22-add_jh_tables_analyse.md | 9 +++++++++ docs/{ => 石亚玲}/syl.md | 0 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/石亚玲/syl-11-22-add_jh_tables_analyse.md rename docs/{ => 石亚玲}/syl.md (100%) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index f301de5..83bff6d 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -25,7 +25,11 @@ export default defineConfig({ { text: "吴子妍", link: "/wzy" }, { text: "潘绅翰", link: "/psh" }, { text: "郑子墨", link: "/zzm" }, - { text: "石亚玲", link: "/syl" }, + { text: "石亚玲", + items:[{text:"算法" , link: "/syl" } + {text:"jinhua" , link: "/syl-11-22-add_jh_tables_analyse" } + ], + } { text: "黄睿", items: [{ text: "hr 示例", link: "/hr" }], diff --git a/docs/石亚玲/syl-11-22-add_jh_tables_analyse.md b/docs/石亚玲/syl-11-22-add_jh_tables_analyse.md new file mode 100644 index 0000000..5b5726f --- /dev/null +++ b/docs/石亚玲/syl-11-22-add_jh_tables_analyse.md @@ -0,0 +1,9 @@ + +## jinhua \ No newline at end of file diff --git a/docs/syl.md b/docs/石亚玲/syl.md similarity index 100% rename from docs/syl.md rename to docs/石亚玲/syl.md