File tree Expand file tree Collapse file tree 5 files changed +43
-15
lines changed Expand file tree Collapse file tree 5 files changed +43
-15
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,30 @@ export const myNavbar = defineNavbarConfig([
16
16
]
17
17
} ,
18
18
{
19
- text : '0.0.0 Beta' ,
19
+ text : 'Beta' ,
20
20
items : [
21
+ {
22
+ text : '技术支持' ,
23
+ icon : 'fluent-emoji-high-contrast:unicorn' ,
24
+ link : 'https://github.com/fastapi-practices/fastapi_best_architecture/issues'
25
+ } ,
21
26
{
22
27
text : '参与贡献' ,
28
+ icon : 'mdi:people-add' ,
23
29
link : 'https://github.com/fastapi-practices/fastapi_best_architecture/tree/master/backend#readme'
24
30
} ,
25
31
{
26
32
text : '更新记录' ,
33
+ icon : 'stash:last-updates-duotone' ,
27
34
link : '/guide/other/changelog.md'
28
- }
35
+ } ,
36
+ {
37
+ text : '我要催更' ,
38
+ icon : 'material-symbols:update-rounded' ,
39
+ link : 'https://discord.gg/JyedBeHXkn'
40
+ } ,
29
41
]
30
42
} ,
31
- {
32
- text : '技术支持' ,
33
- icon : 'fluent-emoji-high-contrast:unicorn' ,
34
- link : 'https://github.com/fastapi-practices/fastapi_best_architecture/issues'
35
- } ,
36
43
{
37
44
text : '插件市场' ,
38
45
icon : 'clarity:plugin-solid' ,
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ title: 简介
5
5
> [ !TIP]
6
6
> 此仓库作为模板库公开,任何个人或企业均可免费使用!
7
7
8
- ** 🔥持续更新维护中🔥**
9
-
10
- ![ Alt] ( https://repobeats.axiom.co/api/embed/b2174ef1abbebaea309091f1c998fc97d0c1536a.svg " Repo beats analytics image ")
11
-
12
8
## 伪三层架构
13
9
14
10
mvc 架构作为常规设计模式,在 python web 中很常见,但是三层架构更令人着迷
Original file line number Diff line number Diff line change @@ -189,7 +189,32 @@ title: 快速开始
189
189
:::::
190
190
191
191
::::: details Vben Admin Antd
192
- 我知道你很急,但你先别急...
192
+
193
+ 1. 准备本地环境
194
+
195
+ * Nodejs 20.10.0+
196
+ * pnpm 9.12.0+
197
+
198
+ 2. 拉取 Git 项目
199
+
200
+ ` ` ` shell
201
+ git clone https://github.com/fastapi-practices/fba_ui.git
202
+ ` ` `
203
+
204
+ 3. 安装和启动
205
+
206
+ 进入项目根目录,安装依赖
207
+
208
+ ` ` ` shell
209
+ pnpm install
210
+ ` ` `
211
+
212
+ 启动
213
+
214
+ ` ` ` shell
215
+ pnpm dev
216
+ ` ` `
217
+
193
218
:::::
194
219
195
220
# # 开发流程
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ import NpmBadge from 'vuepress-theme-plume/features/NpmBadge.vue'
29
29
30
30
自创建此项目以来,我们已为此项目付出了大量的时间,并且,这仍然在继续!
31
31
32
- ![ commits_over_time.png ] ( /images/commits_over_time.png )
32
+ ![ Alt ] ( https://repobeats.axiom.co/api/embed/b2174ef1abbebaea309091f1c998fc97d0c1536a.svg " Repo beats analytics image " )
33
33
34
34
## 框架由来
35
35
36
- 我们有一个完整的关于 FBA 由来的 [ issue] ( https://github.com/fastapi-practices/fastapi_sqlalchemy_mysql/issues/5 ) ,但它被不小心删除且无法到达
37
- 😭,我们尝试联系了 GitHub 支持,但我们只能获取 issue 问题本身的正文 😭
36
+ 我们有一个完整的关于 FBA 由来的 [ issue] ( https://github.com/fastapi-practices/fastapi_sqlalchemy_mysql/issues/5 )
37
+ ,但它被不小心删除且无法到达 😭,我们尝试联系了 GitHub 支持,但我们只能获取 issue 问题本身的正文 😭
38
38
39
39
大致内容为我们的核心团队成员 [ downdawn] ( https://github.com/downdawn ) 在 FBA 创建之前,找到了 FBA 现在的精简版
40
40
[ fastapi_sqlalchemy_mysql] ( fsm.md#sqlalchemy ) ,并创建了 issue:==几点讨论与建议==;我们就此 issue 展开了为期数天的讨论,最终决定并创建了
You can’t perform that action at this time.
0 commit comments