Skip to content

Commit 742dbe0

Browse files
committed
update docs
1 parent 9dd7cbb commit 742dbe0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/.vuepress/components/BannerTop.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<template>
22
<div class="banner">
33
<p class="vp-banner-text">
4-
<span class="vp-text-primary">FBA </span>
4+
<span class="vp-text-primary">fba </span>
55
<span class="vp-tagline"> · 企业级</span>
66
<span class="vp-place">后端架构解决方案</span>
7-
<span class="vp-date"> · 架构源码全量开源</span>
7+
<span class="vp-date"> · 完全开源</span>
88
<a class="vp-primary-action"
99
href="/fastapi_best_architecture_docs/backend/summary/quick-start.html"
1010
target="_self"
@@ -15,7 +15,7 @@
1515
</button>
1616
<p class="vp-banner-text vp-coupon">
1717
<span class="vp-text-primary">代码有 BUG?</span>
18-
<span> 请通过【生态系统-互动】与我们反馈!</span>
18+
<span> 快通过互动与我们反馈吧</span>
1919
</p>
2020
</div>
2121
</template>

docs/.vuepress/data/pricing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const plans = {
1818
title: '专业版',
1919
description: '专业开发者的得力助手',
2020
price: {
21-
current: '随意打赏',
21+
current: '任意打赏',
2222
original: '¥1999'
2323
},
2424
features: [

docs/.vuepress/layouts/Layout.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ const characters = text.split("");
1515
<BannerTop />
1616
</div>
1717
</template>
18-
<template #nav-bar-menu-before>
19-
<div style="margin-right: 88px">
18+
<template #sidebar-nav-before>
19+
<div class="custom-content">
20+
<SponsorSidebar />
21+
</div>
22+
</template>
23+
<template #aside-top>
24+
<div style="text-align: center; margin-bottom: 1rem;">
2025
<span
2126
v-for="(char, index) in characters"
2227
:key="index"
@@ -27,11 +32,6 @@ const characters = text.split("");
2732
</span>
2833
</div>
2934
</template>
30-
<template #sidebar-nav-before>
31-
<div class="custom-content">
32-
<SponsorSidebar />
33-
</div>
34-
</template>
3535
<template #aside-outline-after>
3636
<div class="custom-content">
3737
<SponsorPanel />

docs/backend/summary/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ mvc 架构作为常规设计模式,在 python web 中很常见,但是三层
110110
## 特别鸣谢
111111

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

0 commit comments

Comments
 (0)