Skip to content

Commit 82c1e26

Browse files
committed
update docs
1 parent a1cb91f commit 82c1e26

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

docs/.vuepress/bulletin.ts

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,7 @@ import {BulletinOptions} from "vuepress-theme-plume";
33
export const myBulletin: BulletinOptions = {
44
enablePage: true,
55
lifetime: 'session',
6-
title: '欢迎加入我们',
7-
content: `
8-
::: center
9-
10-
**Discord 服务器:** [Python 开发交流社区](https://discord.com/invite/yNN3wTbVAC)
11-
12-
<hr>
13-
14-
<iframe src="https://discord.com/widget?id=1185035164577972344&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
15-
16-
:::
17-
`,
18-
contentType: 'markdown'
6+
contentType: 'markdown',
7+
title: 'Vben Admin Antd',
8+
content: '已基于 VAA 5.5.2 版本完成登录适配;您可以从导航栏 UI 演示中获取详情,我们暂不提供线上演示,它正处于积极开发阶段,欢迎 PR 共创',
199
}

docs/.vuepress/styles/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--vp-bulletin-width: 385px; /* 公告宽度 */
2+
/*--vp-bulletin-width: 385px; !* 公告宽度 *!*/
33
--vp-c-brand-1: rgba(0, 148, 133, 1); /* 链接颜色、强调色 */
44
--vp-c-brand-2: rgba(0, 148, 133, 1); /* 链接、按钮 hover 颜色 */
55
--vp-c-brand-3: rgba(0, 148, 133, 1); /* 背景色、边框色 */

0 commit comments

Comments
 (0)