File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
<section v-if =" shouldShowSponsor(homeSponsor)" id =" special-spsr" >
3
3
<span >特别赞助商</span >
4
4
<a :href =" homeSponsor.href" target =" _blank" >
5
- <img :alt =" homeSponsor.alt" :src =" homeSponsor.link" width =" 121 " />
5
+ <img :alt =" homeSponsor.alt" :src =" homeSponsor.link" width =" 208 " />
6
6
</a >
7
7
<span >fba 官方合作伙伴</span >
8
8
</section >
@@ -19,7 +19,6 @@ import { homeSponsor, shouldShowSponsor } from "../data/sponsors";
19
19
20
20
<style scoped>
21
21
.no-brand {
22
- animation : no-brand 2s ease-in-out infinite ;
23
22
display : flex ;
24
23
justify-content : center ;
25
24
padding : 0 24px ;
@@ -60,7 +59,7 @@ import { homeSponsor, shouldShowSponsor } from "../data/sponsors";
60
59
}
61
60
62
61
#special-spsr img {
63
- height : 52 px ;
62
+ height : 89 px ;
64
63
margin : -6px 0 ;
65
64
}
66
65
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ home: true
3
3
watermark : false
4
4
config :
5
5
- type : hero
6
+ background : tint-plate
7
+ tintPlate : 240
6
8
hero :
7
9
name : FastAPI Best Architecture
8
10
tagline : 企业级后端架构解决方案
Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ ID 作为主键的默认声明方式=={.note}
49
49
2 . 更新所有 ` id_key ` 导入为 ` snowflake_id_key `
50
50
3 . 执行 ` backend/sql/init_snowflake_test_data.sql ` 脚本初始化测试数据
51
51
52
+ ::: caution Windows 平台警告
53
+ 如果您正在 Windows 平台中使用 mysql >= 8.0,还需要更新 ` backend/database/db.py ` 文件内的 ` mysql+asyncmy ` 为
54
+ ` mysql+aiomysql ` ,否则,您将无法在本地正常新增数据。相关
55
+ issue:[ asyncmy/issues/35] ( https://github.com/long2ice/asyncmy/issues/35 )
56
+ :::
57
+
52
58
## 注意事项
53
59
54
60
- 使用雪花 ID 时,需确保时钟同步(如通过 NTP)和节点 ID 的唯一性分配
You can’t perform that action at this time.
0 commit comments