Skip to content

Commit e399d52

Browse files
committed
update docs
1 parent c9520eb commit e399d52

File tree

8 files changed

+182
-155
lines changed

8 files changed

+182
-155
lines changed

docs/.vuepress/components/SponsorPanel.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,21 @@ const openSponsorLink = (href) => {
7272
display: flex;
7373
align-items: center;
7474
justify-content: center;
75-
min-height: 65px;
75+
height: 66px;
7676
}
7777
7878
.sponsor-item:hover {
7979
border: 1px solid var(--vp-c-brand);
8080
}
8181
8282
.sponsor-item.gold {
83-
height: 95px;
83+
height: 96px;
8484
}
8585
8686
.sponsor-image {
8787
width: 100%;
8888
height: 100%;
89-
object-fit: cover;
89+
object-fit: fill;
9090
}
9191
9292
.sponsor-text {

docs/.vuepress/data/sponsors.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import {ref} from "vue";
22

33
export const goldSponsors = ref([
44
{
5-
link: '',
6-
text: '成为赞助商',
7-
href: 'https://fastapi-practices.github.io/fastapi_best_architecture_docs/sponsors.html#%E5%B1%95%E4%BD%8D%E8%B5%9E%E5%8A%A9%E5%95%86',
5+
link: 'https://dscache.tencent-cloud.cn/upload//rhino-design-800x450-fea2ea55b7b63624628bf9bb22454cb8f91b7d69.png',
6+
text: '【腾讯云】春季大促,助力开工,2核2G云服务器低至 68元/年',
7+
href: 'https://curl.qcloud.com/f9VMAii8',
88
alt: 'wu-clan',
99
},
1010
{
@@ -23,9 +23,9 @@ export const goldSponsors = ref([
2323

2424
export const generalSponsors = ref([
2525
{
26-
link: '',
27-
text: '成为赞助商',
28-
href: 'https://fastapi-practices.github.io/fastapi_best_architecture_docs/sponsors.html#%E5%B1%95%E4%BD%8D%E8%B5%9E%E5%8A%A9%E5%95%86',
26+
link: 'https://dscache.tencent-cloud.cn/upload//345_200-013e419e2b86ff48a531fabce2694bd3bb27f844.png',
27+
text: '【腾讯云】云服务器、云数据库、COS、CDN、短信等云产品特惠热卖中',
28+
href: 'https://curl.qcloud.com/s5LIubk6',
2929
alt: 'wu-clan',
3030
},
3131
{

docs/.vuepress/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const myNavbar = defineNavbarConfig([
3131
]
3232
},
3333
{
34-
text: 'v1.0.1',
34+
text: 'v1.0.2',
3535
items: [
3636
{
3737
text: '技术支持',

docs/.vuepress/styles/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@
1212
--vp-c-brand-2: rgba(0, 148, 133, 1); /* 链接、按钮 hover 颜色 */
1313
--vp-c-brand-3: rgba(0, 148, 133, 1); /* 背景色、边框色 */
1414
}
15+
16+
.vp-swiper .swiper-slide-img {
17+
object-fit: fill;
18+
}
19+
20+
.swiper-slide-custom-container {
21+
border: 1px solid rgb(177 177 177 / 66%) !important;
22+
}

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ import { goldSponsors, generalSponsors } from '@source/.vuepress/data/sponsors'
6262
v-if="goldSponsors.length"
6363
:items="goldSponsors"
6464
mode="broadcast"
65+
:loop="false"
6566
:height="200"
6667
:slides-per-view="3"
6768
:space-between="10"

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ title: 更新日志
99
的成熟与稳定,更意味着它已完全通过验证,可以安心投入生产环境使用。在未来的版本迭代中,我们将持续为开发者带来更优质的产品体验。敬请期待!🤗
1010
:::
1111

12-
# [v1.0.2](https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.0.2) - 2025-03-01
12+
## [v1.0.2](https://github.com/fastapi-practices/fastapi_best_architecture/releases/tag/v1.0.2) - 2025-03-01
1313

14-
## What's Changed
14+
### What's Changed
1515

1616
* Update the changelog for v1.0.1 by [@wu-clan](https://github.com/wu-clan)
1717
in [#532](https://github.com/fastapi-practices/fastapi_best_architecture/pull/532)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sass-embedded": "^1.83.0",
2121
"vue": "^3.5.13",
2222
"vuepress": "2.0.0-rc.20",
23-
"vuepress-theme-plume": "1.0.0-rc.133"
23+
"vuepress-theme-plume": "1.0.0-rc.135"
2424
},
2525
"dependencies": {
2626
"@iconify/json": "^2.2.282",

pnpm-lock.yaml

Lines changed: 160 additions & 142 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)