Skip to content

Commit c499ac6

Browse files
committed
update docs
1 parent 58a5516 commit c499ac6

File tree

6 files changed

+639
-595
lines changed

6 files changed

+639
-595
lines changed

docs/.vuepress/components/SponsorHome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>

docs/.vuepress/layouts/Layout.vue

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ import SponsorPanel from "../components/SponsorPanel.vue";
44
import BannerTop from "../components/BannerTop.vue";
55
import SponsorSidebar from "../components/SponsorSidebar.vue";
66
import 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 />

docs/.vuepress/styles/custom.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,11 @@
3232
}
3333
}
3434

35-
.vp-home-hero:not(.full) .container {
36-
padding-top: 96px !important;
35+
.vp-home-hero:not(.full) .hero-container {
36+
padding-top: 166px !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;
@@ -52,6 +47,11 @@
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);

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
home: true
2+
pageLayout: home
33
title: fba | FastAPI Best Architecture
44
watermark: false
5+
signDown: true
56
config:
67
- type: hero
7-
background: tint-plate
8-
tintPlate: 240
8+
effect: prism
99
hero:
1010
name: FastAPI Best Architecture
1111
tagline: 企业级后端架构解决方案

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,19 @@
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
}

0 commit comments

Comments
 (0)