We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec1856 commit a80e8a9Copy full SHA for a80e8a9
1 file changed
docs/.vuepress/navbar.ts
@@ -101,17 +101,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
101
},
102
]
103
104
- {
105
- text: '视频课程',
106
- items: [
107
108
109
- badge: { text: '重制中', type: 'warning' },
110
- icon: 'ri:bilibili-fill',
111
- link: 'https://space.bilibili.com/284237214/lists'
112
- },
113
- ]
114
115
{
116
text: '互动',
117
items: [
@@ -137,6 +126,17 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
137
126
138
127
139
128
129
+ {
130
+ text: '视频课程',
131
+ items: [
132
133
134
+ badge: { text: '重制中', type: 'warning' },
135
+ icon: 'ri:bilibili-fill',
136
+ link: 'https://space.bilibili.com/284237214/lists'
+ },
+ ]
140
141
text: '动态',
142
0 commit comments