Skip to content

Commit 7737f70

Browse files
committed
update docs
1 parent 6d99ec9 commit 7737f70

File tree

5 files changed

+47
-6
lines changed

5 files changed

+47
-6
lines changed

docs/.vuepress/navbar.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ export const myNavbar = defineNavbarConfig([
1818
items: [
1919
{
2020
text: 'Arco Design Pro 实验性实施',
21-
link: '/frontend/arco'
21+
link: '/frontend/arco',
22+
badge: { text: '已弃用', type: 'danger' }
2223
},
2324
{
2425
text: 'Vben Admin Antd 完整版实施',
@@ -31,7 +32,8 @@ export const myNavbar = defineNavbarConfig([
3132
items: [
3233
{
3334
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' }
3537
},
3638
{
3739
text: 'Vben Admin Antd 完整版实施',

docs/frontend/arco.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: Arco Design Pro 实验性实施
3+
badge:
4+
text: 已弃用
5+
type: danger
36
---
47

58
此版本已停止更新维护!
@@ -9,7 +12,10 @@ title: Arco Design Pro 实验性实施
912

1013
至此,承蒙每一位大佬的厚爱,请与我们携手共进,打开 [Vben Admin Antd](./intro.md) 新篇章吧
1114

15+
::: note
16+
此实施内部通过硬编码实现了 Casbin RBAC 鉴权,解耦较为复杂,需手动删除 casbin、API 管理及其所有调用
17+
:::
18+
1219
::: 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 后续版本将不再对此进行适配,请不要将其用于生产!
1521
:::

docs/frontend/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ title: 介绍
55
基于 Vben Admin Antd 构建的 fastapi_best_architecture 前端完整版实施
66

77
::: warning
8-
此版本目前正在开发中...
8+
此版本正在积极开发中,您可以 [查看当前进度](./process.md)
99
:::

docs/frontend/process.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
- [ ] ...

docs/frontend/quick-start.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
title: 快速开始
33
---
44

5-
抢先进行体验的用户,请自行拉取最新前后端代码并清理 redis 缓存
5+
文档不会很快到来...
6+
7+
如需抢先体验,请自行拉取最新前、后端代码,清理 redis 缓存,并根据 README 完成本地预览

0 commit comments

Comments
 (0)