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 179032f commit 5411fc4Copy full SHA for 5411fc4
docs/.vuepress/navbar.ts
@@ -2,7 +2,7 @@ import { defineNavbarConfig } from "vuepress-theme-plume";
2
3
export const myNavbar = defineNavbarConfig([
4
{
5
- text: '前端',
+ text: '前端(在线体验)',
6
items: [
7
8
text: '线上演示',
@@ -121,19 +121,6 @@ export const myNavbar = defineNavbarConfig([
121
badge: { text: 'HOT', type: 'danger' },
122
link: '/group'
123
},
124
- {
125
- text: '战略合作',
126
- items: [
127
128
- text: 'Kinit',
129
- link: 'https://gitee.com/ktianc/kinit'
130
- },
131
- // {
132
- // text: 'dvadmin3',
133
- // link: 'https://django-vue-admin.com/'
134
- // },
135
- ]
136
137
138
text: '关于',
139
0 commit comments