Skip to content

Commit a957005

Browse files
committed
update docs
1 parent 8bafbb3 commit a957005

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

docs/.vuepress/styles/custom.css

-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
--vp-c-brand-2: rgba(0, 148, 133, 1);
88
/* 背景色、边框色 */
99
--vp-c-brand-3: rgba(0, 148, 133, 1);
10-
/* 主页 logo 背景色 */
11-
--vp-home-hero-name-color: transparent;
12-
--vp-home-hero-name-background: linear-gradient(120deg, var(--vp-c-purple-1) 30%, var(--vp-c-brand-2));
13-
--vp-home-hero-tagline: var(--vp-c-text-2);
14-
--vp-home-hero-text: var(--vp-c-text-1);
15-
--vp-home-hero-image-background-image: linear-gradient(-45deg, var(--vp-c-brand-soft), var(--vp-c-brand-2));
16-
--vp-home-hero-image-filter: blur(44px);
17-
1810
}
1911

2012
[data-theme="dark"] {

docs/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
home: true
33
watermark: false
44
config:
5-
- type: doc-hero
5+
- type: hero
66
hero:
77
name: FastAPI Best Architecture
8-
tagline: 基于 FastAPI 框架,前后端分离,遵循「伪三层架构」设计,支持 Python 3.10+ 版本
9-
text: 企业级后端架构解决方案
10-
image: https://wu-clan.github.io/picx-images-hosting/logo/fba.png
8+
tagline: 企业级后端架构解决方案
9+
text: 基于 FastAPI 框架,前后端分离,遵循「伪三层架构」设计,支持 Python 3.10+ 版本
1110
actions:
1211
- theme: brand
1312
text: 快速开始 ->

0 commit comments

Comments
 (0)