File tree Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Expand file tree Collapse file tree 2 files changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,9 @@ mvc 架构作为常规设计模式,在 python web 中很常见,但是三层
105
105
106
106
## 特别鸣谢
107
107
108
- - [ downdawn] ( https://github.com/downdawn ) 为此项目的创建提供大力支持
108
+ - [ downdawn] ( https://github.com/downdawn ) 积极推动创建此项目
109
109
- [ 无名] ( https://github.com/lvright ) 精心设计的 LOGO(包含了 FBA 三个字母抽象结合,形成了一个类似从地面扩散投影上来的闪电)
110
110
- [ vuepress-theme-plume] ( https://github.com/pengzhanbo/vuepress-theme-plume ) 为官网文档提供驱动支持
111
111
- FastAPI、SQLAlchemy、Pydantic 等开源先行者
112
112
- 此项目的所有贡献者、参与者和使用者
113
- - 赞助商们 (包含所有渠道)的现金流支持
113
+ - 所有赞助商们 (包含所有渠道)的大力支持
Original file line number Diff line number Diff line change 1
1
---
2
+ title : pricing
2
3
aside : false
3
4
editLink : false
4
- title : pricing
5
+ pageLayout : page
5
6
---
6
7
7
8
<Pricing />
8
9
9
10
<style >
10
- .vp-doc-title {
11
- display : none !important ;
12
- }
13
-
14
- .vp-doc-meta {
15
- display : none !important ;
16
- }
17
-
18
- @media (min-width : 1440px ) {
19
- .vp-doc-container :not (.has-sidebar ) .content {
20
- max-width : unset !important ;
21
- }
22
- }
23
-
24
- @media (min-width : 960px ) {
25
- .vp-doc-container :not (.has-sidebar ) .content {
26
- max-width : unset !important ;
27
- }
11
+ .pricing-container {
12
+ padding : 3rem 24em 6em !important ;
28
13
}
29
14
</style >
You can’t perform that action at this time.
0 commit comments