File tree Expand file tree Collapse file tree 6 files changed +639
-595
lines changed Expand file tree Collapse file tree 6 files changed +639
-595
lines changed Original file line number Diff line number Diff line change 1111 <a href =" /fastapi_best_architecture_docs/sponsors.html" target =" _self" >
1212 <GradientText
1313 text =" 独家赞助商席位现已空缺 - 立即咨询"
14- :colors =" ['#009485', 'rgba(162,84,240) ']"
14+ :colors =" ['#009485', '#c8abfa ']"
1515 :animation-speed =" 3"
1616 />
1717 </a >
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ import SponsorPanel from "../components/SponsorPanel.vue";
44import BannerTop from " ../components/BannerTop.vue" ;
55import SponsorSidebar from " ../components/SponsorSidebar.vue" ;
66import Footer from " ../components/Footer.vue" ;
7-
8- const text = " 完全开源" ;
9- const characters = text .split (" " );
7+ import GradientText from " ../components/bits/GradientText.vue" ;
108 </script >
119
1210<template >
@@ -21,18 +19,6 @@ const characters = text.split("");
2119 <SponsorSidebar />
2220 </div >
2321 </template >
24- <template #aside-top >
25- <div style =" text-align : center ; margin-bottom : 1rem ;" >
26- <span
27- v-for =" (char, index) in characters"
28- :key =" index"
29- class =" colorful-char"
30- :style =" { animationDelay: `${index * 0.2}s` }"
31- >
32- {{ char }}
33- </span >
34- </div >
35- </template >
3622 <template #aside-outline-after >
3723 <div class =" custom-content" >
3824 <SponsorPanel />
Original file line number Diff line number Diff line change 3232 }
3333}
3434
35- .vp-home-hero : not (.full ) .container {
36- padding-top : 96 px !important ;
35+ .vp-home-hero : not (.full ) .hero- container {
36+ padding-top : 166 px !important ;
3737 padding-bottom : 96px !important ;
3838}
3939
40- /* 公告板 */
41- .vp-bulletin {
42- width : 380px !important ;
43- }
44-
4540/* 首页文字说明 */
4641.hero-text {
4742 margin : 24px 0 49px !important ;
5247 border-radius : 10px !important ;
5348}
5449
50+ /* 公告板 */
51+ .vp-bulletin {
52+ width : 380px !important ;
53+ }
54+
5555/* 首页 box */
5656.vp-home-feature : hover {
5757 border : 1px solid var (--vp-c-brand-1 );
Original file line number Diff line number Diff line change 11---
2- home : true
2+ pageLayout : home
33title : fba | FastAPI Best Architecture
44watermark : false
5+ signDown : true
56config :
67 - type : hero
7- background : tint-plate
8- tintPlate : 240
8+ effect : prism
99 hero :
1010 name : FastAPI Best Architecture
1111 tagline : 企业级后端架构解决方案
Original file line number Diff line number Diff line change 1818 "license" : " MIT" ,
1919 "devDependencies" : {
2020 "@vuepress/bundler-vite" : " 2.0.0-rc.26" ,
21- "@vuepress/plugin-baidu-analytics" : " 2.0.0-rc.114 " ,
22- "@vuepress/plugin-llms" : " 2.0.0-rc.114 " ,
23- "@vuepress/plugin-umami-analytics" : " 2.0.0-rc.114 " ,
21+ "@vuepress/plugin-baidu-analytics" : " 2.0.0-rc.115 " ,
22+ "@vuepress/plugin-llms" : " 2.0.0-rc.115 " ,
23+ "@vuepress/plugin-umami-analytics" : " 2.0.0-rc.115 " ,
2424 "vue" : " ^3.5.22" ,
2525 "vuepress" : " 2.0.0-rc.26" ,
26- "vuepress-theme-plume" : " 1.0.0-rc.172 "
26+ "vuepress-theme-plume" : " 1.0.0-rc.174 "
2727 },
2828 "dependencies" : {
29- "@iconify/json" : " ^2.2.396 " ,
29+ "@iconify/json" : " ^2.2.401 " ,
3030 "@vueuse/core" : " ^12.8.2" ,
31- "mermaid" : " ^11.12.0" ,
32- "swiper" : " ^12.0.2"
31+ "mermaid" : " ^11.12.1" ,
32+ "ogl" : " ^1.0.11" ,
33+ "swiper" : " ^12.0.3" ,
34+ "three" : " ^0.180.0"
3335 }
3436}
You can’t perform that action at this time.
0 commit comments