Skip to content

Commit 6667b04

Browse files
committed
update docs
1 parent 29e35e5 commit 6667b04

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/.vuepress/bulletin.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
import { BulletinOptions } from "vuepress-theme-plume";
22

33
export const myBulletin: BulletinOptions = {
4-
enablePage: false,
4+
enablePage: true,
55
lifetime: 'session',
66
contentType: 'markdown',
77
title: '公告',
8-
content: '插件系统已发布, 欢迎体验和共创 🤗',
8+
content: `\
9+
**v1.3.0** 版本已发布,涉及重大变更 💥
10+
11+
- app 配置由独立控制改为统一控制
12+
- 插件系统焕新升级,涉及插件配置、安装方式、新增接口
13+
14+
以上变更内容,可通过文档/源码自行查看
15+
`,
916
}

docs/.vuepress/styles/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:root {
22
/* 公告宽度 */
3-
/*--vp-bulletin-width: 333px;*/
3+
--vp-bulletin-width: 350px;
44
/* 链接颜色、强调色 */
55
--vp-c-brand-1: rgba(0, 148, 133, 1);
66
/* 链接、按钮 hover 颜色 */

0 commit comments

Comments
 (0)