Skip to content

Commit 0964432

Browse files
committed
update docs
1 parent 094b2ba commit 0964432

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

docs/backend/summary/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ mvc 架构作为常规设计模式,在 python web 中很常见,但是三层
105105

106106
## 特别鸣谢
107107

108-
- [downdawn](https://github.com/downdawn) 为此项目的创建提供大力支持
108+
- [downdawn](https://github.com/downdawn) 积极推动创建此项目
109109
- [无名](https://github.com/lvright) 精心设计的 LOGO(包含了 FBA 三个字母抽象结合,形成了一个类似从地面扩散投影上来的闪电)
110110
- [vuepress-theme-plume](https://github.com/pengzhanbo/vuepress-theme-plume) 为官网文档提供驱动支持
111111
- FastAPI、SQLAlchemy、Pydantic 等开源先行者
112112
- 此项目的所有贡献者、参与者和使用者
113-
- 赞助商们(包含所有渠道)的现金流支持
113+
- 所有赞助商们(包含所有渠道)的大力支持

docs/pricing.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,14 @@
11
---
2+
title: pricing
23
aside: false
34
editLink: false
4-
title: pricing
5+
pageLayout: page
56
---
67

78
<Pricing />
89

910
<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;
2813
}
2914
</style>

0 commit comments

Comments
 (0)