File tree 2 files changed +3
-12
lines changed
2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 7
7
--vp-c-brand-2 : rgba (0 , 148 , 133 , 1 );
8
8
/* 背景色、边框色 */
9
9
--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
-
18
10
}
19
11
20
12
[data-theme = "dark" ] {
Original file line number Diff line number Diff line change 2
2
home : true
3
3
watermark : false
4
4
config :
5
- - type : doc- hero
5
+ - type : hero
6
6
hero :
7
7
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+ 版本
11
10
actions :
12
11
- theme : brand
13
12
text : 快速开始 ->
You can’t perform that action at this time.
0 commit comments