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([
1616 ]
1717 } ,
1818 {
19- text : '0.0.0 Beta' ,
19+ text : 'Beta' ,
2020 items : [
21+ {
22+ text : '技术支持' ,
23+ icon : 'fluent-emoji-high-contrast:unicorn' ,
24+ link : 'https://github.com/fastapi-practices/fastapi_best_architecture/issues'
25+ } ,
2126 {
2227 text : '参与贡献' ,
28+ icon : 'mdi:people-add' ,
2329 link : 'https://github.com/fastapi-practices/fastapi_best_architecture/tree/master/backend#readme'
2430 } ,
2531 {
2632 text : '更新记录' ,
33+ icon : 'stash:last-updates-duotone' ,
2734 link : '/guide/other/changelog.md'
28- }
35+ } ,
36+ {
37+ text : '我要催更' ,
38+ icon : 'material-symbols:update-rounded' ,
39+ link : 'https://discord.gg/JyedBeHXkn'
40+ } ,
2941 ]
3042 } ,
31- {
32- text : '技术支持' ,
33- icon : 'fluent-emoji-high-contrast:unicorn' ,
34- link : 'https://github.com/fastapi-practices/fastapi_best_architecture/issues'
35- } ,
3643 {
3744 text : '插件市场' ,
3845 icon : 'clarity:plugin-solid' ,
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ title: 简介
55> [ !TIP]
66> 此仓库作为模板库公开,任何个人或企业均可免费使用!
77
8- ** 🔥持续更新维护中🔥**
9-
10- ![ Alt] ( https://repobeats.axiom.co/api/embed/b2174ef1abbebaea309091f1c998fc97d0c1536a.svg " Repo beats analytics image ")
11-
128## 伪三层架构
139
1410mvc 架构作为常规设计模式,在 python web 中很常见,但是三层架构更令人着迷
Original file line number Diff line number Diff line change @@ -189,7 +189,32 @@ title: 快速开始
189189:::::
190190
191191::::: 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+
193218:::::
194219
195220# # 开发流程
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ import NpmBadge from 'vuepress-theme-plume/features/NpmBadge.vue'
2929
3030自创建此项目以来,我们已为此项目付出了大量的时间,并且,这仍然在继续!
3131
32- ![ commits_over_time.png ] ( /images/commits_over_time.png )
32+ ![ Alt ] ( https://repobeats.axiom.co/api/embed/b2174ef1abbebaea309091f1c998fc97d0c1536a.svg " Repo beats analytics image " )
3333
3434## 框架由来
3535
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 问题本身的正文 😭
3838
3939大致内容为我们的核心团队成员 [ downdawn] ( https://github.com/downdawn ) 在 FBA 创建之前,找到了 FBA 现在的精简版
4040[ fastapi_sqlalchemy_mysql] ( fsm.md#sqlalchemy ) ,并创建了 issue:==几点讨论与建议==;我们就此 issue 展开了为期数天的讨论,最终决定并创建了
You can’t perform that action at this time.
0 commit comments