Skip to content

Commit

Permalink
add: 添加下拉栏
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Dec 4, 2023
1 parent 6b56e11 commit 54c94ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/.vuepress/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export const zhNavbar = navbar([
link: "/mcu/",
icon: "fa-solid fa-microchip",
prefix : "/mcu/",
children: ["PY32F030xx"],
children: [
"PY32F030xx",
"PY32F003xx",
"PY32F002Axx",
],
}
]);

0 comments on commit 54c94ac

Please sign in to comment.