Skip to content

Commit 49ba3a5

Browse files
committed
chore: update
1 parent 2428877 commit 49ba3a5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/theme.config.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,13 @@ export const navbarConfig = defineVipNavbarConfig([
3636
{
3737
text: '💻 全栈开发',
3838
children: [
39-
{ text: '👩🏻‍💻 前端', link: '/front-end/' },
39+
{
40+
text: '前端',
41+
link: '/front-end/',
42+
children: [
43+
{ text: '👩🏻‍💻 三件套', link: '/front-end/' },
44+
],
45+
},
4046
{ text: '👨🏻‍💻 后端', link: '/server-end/' },
4147
{ text: '💫 开发技巧', link: '/develop-skill/' },
4248
{ text: '🕸️ 微服务架构', link: '/microservice/' },

0 commit comments

Comments
 (0)