From 54c94ac76ac5a89930f4849db0f280eaa16e7d18 Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Mon, 4 Dec 2023 20:07:39 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=B7=BB=E5=8A=A0=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/navbar/zh.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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", + ], } ]);