Skip to content

Commit 6a6d4e3

Browse files
committed
update docs
1 parent cfd3729 commit 6a6d4e3

File tree

4 files changed

+39
-54
lines changed

4 files changed

+39
-54
lines changed

docs/.vuepress/navbar.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export const myNavbar = defineNavbarConfig([
104104
{
105105
text: '插件系统',
106106
icon: 'unjs:unplugin',
107+
badge: { text: 'New' },
107108
link: '/plugin/before'
108109
},
109110
{
@@ -119,6 +120,7 @@ export const myNavbar = defineNavbarConfig([
119120
{
120121
text: '互动',
121122
icon: 'game-icons:talk',
123+
badge: { text: 'Hot', type: 'danger' },
122124
link: '/group'
123125
},
124126
{

docs/.vuepress/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const mySidebar: ThemeSidebarMulti = {
7171
{ text: '插件开发', link: 'dev' },
7272
{ text: '插件发布', link: 'publish' },
7373
{ text: '安装使用', link: 'install' },
74-
{ text: '插件市场', icon: 'mdi:marketplace', link: 'market' },
74+
{ text: '插件市场', badge: { text: 'New' }, link: 'market' },
7575
]
7676
}
7777
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@vuepress/plugin-umami-analytics": "2.0.0-rc.94",
1919
"vue": "^3.5.13",
2020
"vuepress": "2.0.0-rc.21",
21-
"vuepress-theme-plume": "1.0.0-rc.142"
21+
"vuepress-theme-plume": "1.0.0-rc.143"
2222
},
2323
"dependencies": {
2424
"@iconify/json": "^2.2.329",

0 commit comments

Comments
 (0)