Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-clan committed Jan 6, 2025
1 parent a1cb91f commit 82c1e26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 deletions docs/.vuepress/bulletin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<hr>
<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>
:::
`,
contentType: 'markdown'
contentType: 'markdown',
title: 'Vben Admin Antd',
content: '已基于 VAA 5.5.2 版本完成登录适配;您可以从导航栏 UI 演示中获取详情,我们暂不提供线上演示,它正处于积极开发阶段,欢迎 PR 共创',
}
2 changes: 1 addition & 1 deletion docs/.vuepress/styles/custom.css
Original file line number Diff line number Diff line change
@@ -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); /* 背景色、边框色 */
Expand Down

0 comments on commit 82c1e26

Please # to comment.