File tree Expand file tree Collapse file tree 2 files changed +30
-16
lines changed Expand file tree Collapse file tree 2 files changed +30
-16
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ title: Docker 部署
82
82
83
83
4 . 更新脚本文件
84
84
85
- ``` yaml :collapsed-lines=2
85
+ ``` yaml :collapsed-lines
86
86
networks :
87
87
fba_network :
88
88
name : fba_network
@@ -180,7 +180,8 @@ title: Docker 部署
180
180
networks :
181
181
- fba_network
182
182
183
- # 后端专用,这与 fba_ui 容器冲突,如果你选择使用 fba_ui 容器,// [!code warning:15]
183
+ # 后端专用,如果使用此容器,意味着你只需部署后端 API 服务,不需要前端;// [!code warning:16]
184
+ # 这与下面的 fba_ui 容器冲突,如果你选择使用 fba_ui 容器
184
185
# 你应该注释或删除 fba_nginx 容器脚本,并使用 fba_ui 容器
185
186
fba_nginx :
186
187
image : nginx
@@ -307,7 +308,7 @@ title: Docker 部署
307
308
308
309
进入 deploy 目录,修改 ` nginx.conf ` 文件
309
310
310
- ``` :collapsed-lines=2
311
+ ``` :collapsed-lines
311
312
# For more information on configuration, see:
312
313
# * Official English Documentation: http://nginx.org/en/docs/
313
314
# * Official Russian Documentation: http://nginx.org/ru/docs/
@@ -397,7 +398,7 @@ title: Docker 部署
397
398
如果你已通过后端 docker-compose 构建前端项目,此步骤和后面的剩余步骤直接跳过即可
398
399
:::
399
400
400
- ``` yaml :collapsed-lines=2
401
+ ``` yaml :collapsed-lines
401
402
networks :
402
403
fba_network :
403
404
external : true
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ title: 知识星球
15
15
</div >
16
16
:::
17
17
18
+ <div align =" center " >
19
+ (
20
+ <Icon name =" fluent-color:receipt-16 " />-> 纯文字文章
21
+   ;
22
+ <Icon name =" fluent-color:video-16 " />-> 带有视频讲解的文章
23
+ )
24
+ </div >
25
+
18
26
## FBA
19
27
20
28
<CardGrid >
@@ -42,18 +50,6 @@ title: 知识星球
42
50
href="https://t.zsxq.com/P03oX "
43
51
description="如何编写自定义中间件?"
44
52
/>
45
- <LinkCard
46
- title="自定义异常"
47
- icon="fluent-color: receipt-16 "
48
- href="/planet"
49
- description="即将到来..."
50
- />
51
- <LinkCard
52
- title="日志分析"
53
- icon="fluent-color: receipt-16 "
54
- href="/planet"
55
- description="即将到来..."
56
- />
57
53
</CardGrid >
58
54
59
55
## FastAPI
@@ -72,3 +68,20 @@ title: 知识星球
72
68
description="如何使用自定义 header token 实现授权?"
73
69
/>
74
70
</CardGrid >
71
+
72
+ ## TODO
73
+
74
+ <CardGrid >
75
+ <LinkCard
76
+ title="自定义异常"
77
+ icon="fluent-color: receipt-16 "
78
+ href="/planet"
79
+ description="即将到来..."
80
+ />
81
+ <LinkCard
82
+ title="日志分析"
83
+ icon="fluent-color: receipt-16 "
84
+ href="/planet"
85
+ description="即将到来..."
86
+ />
87
+ </CardGrid >
You can’t perform that action at this time.
0 commit comments