diff --git a/src/.vuepress/navbar/zh.ts b/src/.vuepress/navbar/zh.ts index fd3461f..9d48f87 100644 --- a/src/.vuepress/navbar/zh.ts +++ b/src/.vuepress/navbar/zh.ts @@ -11,6 +11,10 @@ export const zhNavbar = navbar([ link: "/mcu/", icon: "fa-solid fa-microchip", prefix : "/mcu/", - children: ["PY32F030xx"], + children: [ + "PY32F030xx", + "PY32F003xx", + "PY32F002Axx", + ], } ]);