From 82c1e26bca71359c133f8bdf4944192618a6ca48 Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Mon, 6 Jan 2025 15:56:28 +0800 Subject: [PATCH] update docs --- docs/.vuepress/bulletin.ts | 16 +++------------- docs/.vuepress/styles/custom.css | 2 +- 2 files changed, 4 insertions(+), 14 deletions(-) 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); /* 背景色、边框色 */