We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185cb4e commit 94a1f62Copy full SHA for 94a1f62
docs/.vuepress/navbar.ts
@@ -106,7 +106,6 @@ export const myNavbar = defineNavbarConfig([
106
{
107
text: '插件系统',
108
icon: 'unjs:unplugin',
109
- badge: { text: 'NEW' },
110
link: '/plugin/before'
111
},
112
docs/.vuepress/sidebar.ts
@@ -88,7 +88,7 @@ export const mySidebar: ThemeSidebarMulti = {
88
text: '市场',
89
collapsed: false,
90
items: [
91
- { text: '插件市场', badge: { text: 'NEW' }, link: 'market' },
+ { text: '插件市场', link: 'market' },
92
]
93
}
94
],
0 commit comments