diff --git a/docs/.vuepress/bulletin.ts b/docs/.vuepress/bulletin.ts
index c3fd185..282e01a 100644
--- a/docs/.vuepress/bulletin.ts
+++ b/docs/.vuepress/bulletin.ts
@@ -3,17 +3,7 @@ import {BulletinOptions} from "vuepress-theme-plume";
export const myBulletin: BulletinOptions = {
enablePage: true,
lifetime: 'session',
- title: '欢迎加入我们',
- content: `
-::: center
-
-**Discord 服务器:** [Python 开发交流社区](https://discord.com/invite/yNN3wTbVAC)
-
-
-
-
-
-:::
-`,
- contentType: 'markdown'
+ contentType: 'markdown',
+ title: 'Vben Admin Antd',
+ content: '已基于 VAA 5.5.2 版本完成登录适配;您可以从导航栏 UI 演示中获取详情,我们暂不提供线上演示,它正处于积极开发阶段,欢迎 PR 共创',
}
diff --git a/docs/.vuepress/styles/custom.css b/docs/.vuepress/styles/custom.css
index 6d1505f..e8ebc11 100644
--- a/docs/.vuepress/styles/custom.css
+++ b/docs/.vuepress/styles/custom.css
@@ -1,5 +1,5 @@
:root {
- --vp-bulletin-width: 385px; /* 公告宽度 */
+ /*--vp-bulletin-width: 385px; !* 公告宽度 *!*/
--vp-c-brand-1: rgba(0, 148, 133, 1); /* 链接颜色、强调色 */
--vp-c-brand-2: rgba(0, 148, 133, 1); /* 链接、按钮 hover 颜色 */
--vp-c-brand-3: rgba(0, 148, 133, 1); /* 背景色、边框色 */