Skip to content

Commit e154795

Browse files
committed
update docs
1 parent ac6000a commit e154795

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

docs/.vuepress/bulletin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const myBulletin: BulletinOptions = {
44
layout: 'center',
55
border: true,
66
enablePage: true,
7-
lifetime: 'always',
7+
lifetime: 'session',
88
contentType: 'markdown',
99
title: '公告',
1010
content: `\

docs/.vuepress/data/plugin.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ export const pluginItems: PluginItem[] = [
3636
tags: ["mysql", "pgsql", "后端"],
3737
logo: 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
3838
},
39+
{
40+
icon: "ic:twotone-email",
41+
title: "Email",
42+
description: "发送电子邮件,例如验证码、通知等",
43+
tags: ["mysql", "pgsql", "后端"],
44+
logo: 'https://wu-clan.github.io/picx-images-hosting/logo/fba.png'
45+
},
3946
{
4047
icon: "charm:shield-keyhole",
4148
title: "Casbin-RBAC",

docs/.vuepress/navbar.ts

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@ import { defineNavbarConfig, ThemeNavItem } from "vuepress-theme-plume";
22

33
export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
44
{
5-
text: '前端(在线体验',
5+
text: '在线体验',
66
items: [
77
{
88
text: '线上演示',
99
items: [
1010
{
1111
text: 'Vben Admin Antd 完整版实施',
1212
link: 'https://fba.wu-clan.site/'
13+
},
14+
{
15+
text: '服务状态',
16+
icon: 'simple-icons:uptimekuma',
17+
link: 'https://status.wu-clan.site/status/services'
1318
}
1419
]
1520
},
@@ -46,16 +51,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
4651
{
4752
text: 'v1.7.0',
4853
items: [
49-
{
50-
text: '线上演示',
51-
items: [
52-
{
53-
text: '服务状态',
54-
icon: 'simple-icons:uptimekuma',
55-
link: 'https://status.wu-clan.site/status/services'
56-
}
57-
]
58-
},
5954
{
6055
text: '文档',
6156
items: [
@@ -134,6 +129,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
134129
},
135130
{
136131
text: '用户登记',
132+
badge: { text: '欢迎投稿', type: 'warning' },
137133
icon: 'mdi:user-check',
138134
link: '/users'
139135
},
@@ -191,7 +187,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
191187
link: '/questions.md'
192188
},
193189
{
194-
text: '维护团队',
190+
text: '社区团队',
195191
icon: 'fa-solid:user-friends',
196192
link: '/team'
197193
},

0 commit comments

Comments
 (0)