File tree 4 files changed +12
-18
lines changed 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 = {
6
6
contentType : 'markdown' ,
7
7
title : '公告' ,
8
8
content : `\
9
- **v1.4.0** 版本已发布,涉及重大变更 💥
9
+ 线上演示环境已更新!🤗
10
10
11
- - OAuth2 模块已更新为插件
11
+ ---
12
12
13
- 以上变更内容,可通过文档/源码自行查看
13
+ 您现在可以通过 【导航栏 -> 前端(在线体验)-> 线上演示】 获取全新页面预览
14
+
15
+ ---
16
+
17
+ 值得注意的是,目前部分功能尚未实现,请关注 [当前进度](https://fastapi-practices.github.io/fastapi_best_architecture_docs/frontend/intro.html)
18
+ 获取最新进展
14
19
` ,
15
20
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { defineNavbarConfig } from "vuepress-theme-plume";
2
2
3
3
export const myNavbar = defineNavbarConfig ( [
4
4
{
5
- text : '前端' ,
5
+ text : '前端(在线体验) ' ,
6
6
items : [
7
7
{
8
8
text : '线上演示' ,
Original file line number Diff line number Diff line change @@ -8,11 +8,9 @@ title: 介绍
8
8
9
9
==此版本计划于第二季度结束前完成=={.note}
10
10
11
- [ 我现在就要体验] ( ./quick-start.md )
12
-
13
11
- [x] 验证码登录
14
12
- [x] 菜单对接
15
- - [ ] OAuth2
13
+ - [ ] OAuth 2.0
16
14
- [x] 部门管理
17
15
- [ ] 用户管理
18
16
- [ ] 角色管理
@@ -24,6 +22,7 @@ title: 介绍
24
22
- [x] 系统监控
25
23
- [x] Redis 监控
26
24
- [ ] 代码生成
25
+ - [ ] 在线用户
27
26
- [ ] 通知公告
28
27
- [ ] 字典数据
29
28
- [ ] 参数配置
Original file line number Diff line number Diff line change @@ -4,14 +4,4 @@ title: 快速开始
4
4
5
5
文档不会很快到来...
6
6
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