Skip to content

Commit 62dc308

Browse files
committed
update docs
1 parent d6792d4 commit 62dc308

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

docs/.vuepress/components/BannerTop.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<div class="banner">
33
<p class="vp-banner-text">
44
<span class="vp-text-primary">FBA </span>
5-
<span class="vp-tagline">企业级</span>
6-
<span class="vp-place"> 后端架构解决方案</span>
5+
<span class="vp-tagline"> · 企业级</span>
6+
<span class="vp-place">后端架构解决方案</span>
77
<span class="vp-date"> · 架构源码全量开源</span>
88
<a class="vp-primary-action"
99
href="/fastapi_best_architecture_docs/backend/summary/quick-start.html"
@@ -13,8 +13,8 @@
1313
<Icon name="mingcute:close-fill" />
1414
</button>
1515
<p class="vp-banner-text vp-coupon">
16-
<span class="vp-text-primary">代码</span> 有 BUG?
17-
<span class="vp-text-primary"> 请通过互动与我们反馈!</span>
16+
<span class="vp-text-primary">代码有 BUG?</span>
17+
<span> 请通过【生态系统-互动】与我们反馈!</span>
1818
</p>
1919
</div>
2020
</template>

docs/.vuepress/components/SponsorHome.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</section>
99
<section v-else id="special-spsr">
1010
<span class="no-brand">
11-
<a href="/fastapi_best_architecture_docs/sponsors.html" target="_blank">特别赞助位目前空缺 - 立即咨询 💬</a>
11+
<a href="/fastapi_best_architecture_docs/sponsors.html" target="_blank">独家赞助商席位现已空缺 - 立即咨询</a>
1212
</span>
1313
</section>
1414
</template>
@@ -22,7 +22,7 @@ import { homeSponsor, shouldShowSponsor } from "../data/sponsors";
2222
display: flex;
2323
justify-content: center;
2424
padding: 0 24px;
25-
color: var(--vp-c-brand-1) !important;
25+
color: var(--vp-c-text-2) !important;
2626
}
2727
2828
@keyframes no-brand {

docs/.vuepress/styles/custom.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,19 @@
3030
}
3131
}
3232

33+
.vp-home-hero:not(.full) .container {
34+
padding-top: 96px !important;
35+
padding-bottom: 96px !important;
36+
}
37+
3338
/* 公告板 */
3439
.vp-bulletin {
35-
width: 20%
40+
width: 380px;
3641
}
3742

3843
/* 首页文字说明 */
3944
.hero-text {
40-
margin: 24px 0 40px !important;
45+
margin: 24px 0 49px !important;
4146
}
4247

4348
/* 首页按钮 */

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ config:
2626
- type: features
2727
features:
2828
- title: 最新技术栈
29-
icon: 🚀
29+
icon:
3030
details: 基于 FastAPI、SQLAlchemy 2.0、Pydantic-v2、Celery 等技术栈
3131
- title: 自研架构
3232
icon: 🧠

0 commit comments

Comments
 (0)