Skip to content

Commit 6586539

Browse files
committed
update docs
1 parent 180e1da commit 6586539

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/.vuepress/bulletin.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
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: '公告',
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
}

docs/.vuepress/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: '线上演示',

0 commit comments

Comments
 (0)