Skip to content

Commit a284416

Browse files
committed
update docs
1 parent fa74eb9 commit a284416

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

docs/.vuepress/components/Footer.vue

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,16 @@
9292

9393
<div class="footer-bottom">
9494
<div class="footer-bottom-left">
95-
<span>Copyright © 2023-{{ currentYear }} FastAPI Practices and contributors.</span>
95+
<span>Copyright © 2023-{{ currentYear }} FastAPI Practices and
96+
<a
97+
href="https://github.com/fastapi-practices/fastapi_best_architecture/graphs/contributors"
98+
target="_blank"
99+
rel="noopener noreferrer"
100+
class="footer-link"
101+
>
102+
contributors.
103+
</a>
104+
</span>
96105
<span>
97106
Released under the
98107
<a

docs/.vuepress/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
188188
items: [
189189
{
190190
text: '插件市场',
191-
icon: 'noto-v1:shopping-cart',
191+
icon: 'mdi:marketplace-outline',
192192
// badge: { text: 'HOT', type: 'danger' },
193193
link: '/market'
194194
},
190 KB
Loading

docs/questions.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ title: 常见问题
33
sponsor_sidebar: true
44
---
55

6-
::: tip
7-
如果以下解决方案未能帮助到您,请通过 [交流群](./group.md) 与我们联系
8-
:::
6+
## 2025.12 项目 Star 为何猛增
7+
8+
刷星?完全不存在,无论是何项目,我们坚决抵制这种无耻行为
9+
10+
原因?X 上面一位博主分享了此项目,原帖:[@tom_doerr](https://x.com/tom_doerr/status/1995998190768648296?s=20)
11+
12+
![x_visitors.png](/images/x_visitors.png)
913

1014
## 返回数据跟数据库对不上
1115

@@ -64,5 +68,5 @@ return await self.select_order( # [!code word:noload]
6468

6569
## 数据库时区陷阱
6670

67-
MySQL 不支持时区存储类型,而 PostgreSQL 拥有完美的时区类型,所以在数据库中存储时间列确实是一件令人头疼的事情,不过我们已经实现完美方案,兼容
68-
pgsqlmysql[查看详情](./backend/reference/timezone.md)
71+
MySQL 不支持时区存储类型,而 PostgreSQL 拥有完美的时区类型,所以在数据库中存储时间列确实是一件令人头疼的事情,不过我们已为此实现完美方案,兼容
72+
mysqlpgsql[查看详情](./backend/reference/timezone.md#数据库)

0 commit comments

Comments
 (0)