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 11import { BulletinOptions } from "vuepress-theme-plume" ;
22
33export const myBulletin : BulletinOptions = {
4- enablePage : false ,
4+ enablePage : true ,
55 lifetime : 'session' ,
66 contentType : 'markdown' ,
77 title : '公告' ,
88 content : `\
9- 线上演示环境已更新 !🤗
9+ v1.7.0 已发布 !🤗
1010
11- ---
11+ 此版本我们为大家带来了史诗级新功能
1212
13- 您现在可以通过 【导航栏 -> 前端(在线体验)-> 线上演示】 获取全新页面预览
13+ **celery 动态定时任务**
1414
1515---
1616
17- 值得注意的是,目前部分功能尚未实现,请关注 [当前进度](https://fastapi-practices.github.io/fastapi_best_architecture_docs/frontend/intro.html)
18- 获取最新进展
17+ 您现在可以通过 【导航栏 -> 前端(在线体验)-> 线上演示】 获取全新页面预览
1918` ,
2019}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const myNavbar = defineNavbarConfig([
4444 ]
4545 } ,
4646 {
47- text : 'v1.6 .0' ,
47+ text : 'v1.7 .0' ,
4848 items : [
4949 {
5050 text : '线上演示' ,
You can’t perform that action at this time.
0 commit comments