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