We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180e1da commit 6586539Copy full SHA for 6586539
2 files changed
docs/.vuepress/bulletin.ts
@@ -1,20 +1,19 @@
1
import { BulletinOptions } from "vuepress-theme-plume";
2
3
export const myBulletin: BulletinOptions = {
4
- enablePage: false,
+ enablePage: true,
5
lifetime: 'session',
6
contentType: 'markdown',
7
title: '公告',
8
content: `\
9
-线上演示环境已更新!🤗
+v1.7.0 已发布!🤗
10
11
----
+此版本我们为大家带来了史诗级新功能
12
13
-您现在可以通过 【导航栏 -> 前端(在线体验)-> 线上演示】 获取全新页面预览
+**celery 动态定时任务**
14
15
---
16
17
-值得注意的是,目前部分功能尚未实现,请关注 [当前进度](https://fastapi-practices.github.io/fastapi_best_architecture_docs/frontend/intro.html)
18
-获取最新进展
+您现在可以通过 【导航栏 -> 前端(在线体验)-> 线上演示】 获取全新页面预览
19
`,
20
}
docs/.vuepress/navbar.ts
@@ -44,7 +44,7 @@ export const myNavbar = defineNavbarConfig([
44
]
45
},
46
{
47
- text: 'v1.6.0',
+ text: 'v1.7.0',
48
items: [
49
50
text: '线上演示',
0 commit comments