File tree Expand file tree Collapse file tree 5 files changed +47
-6
lines changed Expand file tree Collapse file tree 5 files changed +47
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ export const myNavbar = defineNavbarConfig([
18
18
items : [
19
19
{
20
20
text : 'Arco Design Pro 实验性实施' ,
21
- link : '/frontend/arco'
21
+ link : '/frontend/arco' ,
22
+ badge : { text : '已弃用' , type : 'danger' }
22
23
} ,
23
24
{
24
25
text : 'Vben Admin Antd 完整版实施' ,
@@ -31,7 +32,8 @@ export const myNavbar = defineNavbarConfig([
31
32
items : [
32
33
{
33
34
text : 'Arco Design Pro 实验性实施' ,
34
- link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui_arco'
35
+ link : 'https://github.com/fastapi-practices/fastapi_best_architecture_ui_arco' ,
36
+ badge : { text : '已弃用' , type : 'danger' }
35
37
} ,
36
38
{
37
39
text : 'Vben Admin Antd 完整版实施' ,
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Arco Design Pro 实验性实施
3
+ badge :
4
+ text : 已弃用
5
+ type : danger
3
6
---
4
7
5
8
此版本已停止更新维护!
@@ -9,7 +12,10 @@ title: Arco Design Pro 实验性实施
9
12
10
13
至此,承蒙每一位大佬的厚爱,请与我们携手共进,打开 [ Vben Admin Antd] ( ./intro.md ) 新篇章吧
11
14
15
+ ::: note
16
+ 此实施内部通过硬编码实现了 Casbin RBAC 鉴权,解耦较为复杂,需手动删除 casbin、API 管理及其所有调用
17
+ :::
18
+
12
19
::: caution
13
- 「Arco Design Pro 实验性实施」自 fba [ v1.0.4] ( https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.0.4 )
14
- 版本起,正式宣告其使命完结,fba 后续版本将不再对此进行适配!
20
+ 此实施自 fba [ v1.0.4] ( ../changelog.md ) 版本起,正式宣告其使命完结,fba 后续版本将不再对此进行适配,请不要将其用于生产!
15
21
:::
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ title: 介绍
5
5
基于 Vben Admin Antd 构建的 fastapi_best_architecture 前端完整版实施
6
6
7
7
::: warning
8
- 此版本目前正在开发中...
8
+ 此版本正在积极开发中,您可以 [ 查看当前进度 ] ( ./process.md )
9
9
:::
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 开发进度
3
+ badge :
4
+ text : ' New'
5
+ ---
6
+
7
+ ==此版本计划于第二季度结束前完成=={.note},让我们拭目以待!
8
+
9
+ 真的假的?听上去吊吊的,[ 我现在就要体验] ( ./quick-start.md )
10
+
11
+ - [x] 验证码登录
12
+ - [x] 菜单对接
13
+ - [ ] OAuth2
14
+ - [x] 部门管理
15
+ - [ ] 用户管理 <Badge text =" 优先 " />
16
+ - [ ] 角色管理
17
+ - [ ] 菜单管理 <Badge text =" 优先 " />
18
+ - [ ] 数据规则
19
+ - [ ] Casbin RBAC <Badge text =" 延迟 " type =" warning " />
20
+ - [x] 登录日志
21
+ - [x] 操作日志
22
+ - [x] 系统监控
23
+ - [x] Redis 监控
24
+ - [ ] 代码生成
25
+ - [ ] 通知公告
26
+ - [ ] 字典数据
27
+ - [ ] 参数配置
28
+ - [ ] 定时任务
29
+ - [ ] 个人信息
30
+ - [ ] 密码重置
31
+ - [ ] ...
Original file line number Diff line number Diff line change 2
2
title : 快速开始
3
3
---
4
4
5
- 抢先进行体验的用户,请自行拉取最新前后端代码并清理 redis 缓存
5
+ 文档不会很快到来...
6
+
7
+ 如需抢先体验,请自行拉取最新前、后端代码,清理 redis 缓存,并根据 README 完成本地预览
You can’t perform that action at this time.
0 commit comments