Skip to content

Commit 94a1f62

Browse files
committed
update docs
1 parent 185cb4e commit 94a1f62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/.vuepress/navbar.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ export const myNavbar = defineNavbarConfig([
106106
{
107107
text: '插件系统',
108108
icon: 'unjs:unplugin',
109-
badge: { text: 'NEW' },
110109
link: '/plugin/before'
111110
},
112111
{

docs/.vuepress/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const mySidebar: ThemeSidebarMulti = {
8888
text: '市场',
8989
collapsed: false,
9090
items: [
91-
{ text: '插件市场', badge: { text: 'NEW' }, link: 'market' },
91+
{ text: '插件市场', link: 'market' },
9292
]
9393
}
9494
],

0 commit comments

Comments
 (0)