File tree Expand file tree Collapse file tree 4 files changed +12
-18
lines changed Expand file tree Collapse file tree 4 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,15 @@ export const myBulletin: BulletinOptions = {
66 contentType : 'markdown' ,
77 title : '公告' ,
88 content : `\
9- **v1.4.0** 版本已发布,涉及重大变更 💥
9+ 线上演示环境已更新!🤗
1010
11- - OAuth2 模块已更新为插件
11+ ---
1212
13- 以上变更内容,可通过文档/源码自行查看
13+ 您现在可以通过 【导航栏 -> 前端(在线体验)-> 线上演示】 获取全新页面预览
14+
15+ ---
16+
17+ 值得注意的是,目前部分功能尚未实现,请关注 [当前进度](https://fastapi-practices.github.io/fastapi_best_architecture_docs/frontend/intro.html)
18+ 获取最新进展
1419` ,
1520}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineNavbarConfig } from "vuepress-theme-plume";
22
33export const myNavbar = defineNavbarConfig ( [
44 {
5- text : '前端' ,
5+ text : '前端(在线体验) ' ,
66 items : [
77 {
88 text : '线上演示' ,
Original file line number Diff line number Diff line change @@ -8,11 +8,9 @@ title: 介绍
88
99==此版本计划于第二季度结束前完成=={.note}
1010
11- [ 我现在就要体验] ( ./quick-start.md )
12-
1311- [x] 验证码登录
1412- [x] 菜单对接
15- - [ ] OAuth2
13+ - [ ] OAuth 2.0
1614- [x] 部门管理
1715- [ ] 用户管理
1816- [ ] 角色管理
@@ -24,6 +22,7 @@ title: 介绍
2422- [x] 系统监控
2523- [x] Redis 监控
2624- [ ] 代码生成
25+ - [ ] 在线用户
2726- [ ] 通知公告
2827- [ ] 字典数据
2928- [ ] 参数配置
Original file line number Diff line number Diff line change @@ -4,14 +4,4 @@ title: 快速开始
44
55文档不会很快到来...
66
7- 如需抢先体验,请完成以下步骤:
8-
9- 1 . 自行拉取最新前、后端代码
10- 2 . 重建数据库
11- 3 . 清理 redis 缓存
12- 4 . 启动后端服务
13- 5 . 根据前端 README 启动本地预览
14-
15- ::: warning
16- 抢先体验遇到的任何问题,请自行解决,我们不处理任何与此相关的问题
17- :::
7+ 您可以通过【导航栏 -> 前端 -> 线上演示】查看当前实现
You can’t perform that action at this time.
0 commit comments