File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
import { BulletinOptions } from "vuepress-theme-plume" ;
2
2
3
3
export const myBulletin : BulletinOptions = {
4
- enablePage : false ,
4
+ enablePage : true ,
5
5
lifetime : 'session' ,
6
6
contentType : 'markdown' ,
7
7
title : '公告' ,
8
8
content : `\
9
- 线上演示环境已更新 !🤗
9
+ v1.7.0 已发布 !🤗
10
10
11
- ---
11
+ 此版本我们为大家带来了史诗级新功能
12
12
13
- 您现在可以通过 【导航栏 -> 前端(在线体验)-> 线上演示】 获取全新页面预览
13
+ **celery 动态定时任务**
14
14
15
15
---
16
16
17
- 值得注意的是,目前部分功能尚未实现,请关注 [当前进度](https://fastapi-practices.github.io/fastapi_best_architecture_docs/frontend/intro.html)
18
- 获取最新进展
17
+ 您现在可以通过 【导航栏 -> 前端(在线体验)-> 线上演示】 获取全新页面预览
19
18
` ,
20
19
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const myNavbar = defineNavbarConfig([
44
44
]
45
45
} ,
46
46
{
47
- text : 'v1.6 .0' ,
47
+ text : 'v1.7 .0' ,
48
48
items : [
49
49
{
50
50
text : '线上演示' ,
You can’t perform that action at this time.
0 commit comments