File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -101,17 +101,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
101101 } ,
102102 ]
103103 } ,
104- {
105- text : '视频课程' ,
106- items : [
107- {
108- text : '视频课程' ,
109- badge : { text : '重制中' , type : 'warning' } ,
110- icon : 'ri:bilibili-fill' ,
111- link : 'https://space.bilibili.com/284237214/lists'
112- } ,
113- ]
114- } ,
115104 {
116105 text : '互动' ,
117106 items : [
@@ -137,6 +126,17 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
137126 } ,
138127 ]
139128 } ,
129+ {
130+ text : '视频课程' ,
131+ items : [
132+ {
133+ text : '视频课程' ,
134+ badge : { text : '重制中' , type : 'warning' } ,
135+ icon : 'ri:bilibili-fill' ,
136+ link : 'https://space.bilibili.com/284237214/lists'
137+ } ,
138+ ]
139+ } ,
140140 {
141141 text : '动态' ,
142142 items : [
You can’t perform that action at this time.
0 commit comments