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 部署
8282
83834 . 更新脚本文件
8484
85- ``` yaml :collapsed-lines=2
85+ ``` yaml :collapsed-lines
8686 networks :
8787 fba_network :
8888 name : fba_network
@@ -180,7 +180,8 @@ title: Docker 部署
180180 networks :
181181 - fba_network
182182
183- # 后端专用,这与 fba_ui 容器冲突,如果你选择使用 fba_ui 容器,// [!code warning:15]
183+ # 后端专用,如果使用此容器,意味着你只需部署后端 API 服务,不需要前端;// [!code warning:16]
184+ # 这与下面的 fba_ui 容器冲突,如果你选择使用 fba_ui 容器
184185 # 你应该注释或删除 fba_nginx 容器脚本,并使用 fba_ui 容器
185186 fba_nginx :
186187 image : nginx
@@ -307,7 +308,7 @@ title: Docker 部署
307308
308309 进入 deploy 目录,修改 ` nginx.conf ` 文件
309310
310- ``` :collapsed-lines=2
311+ ``` :collapsed-lines
311312 # For more information on configuration, see:
312313 # * Official English Documentation: http://nginx.org/en/docs/
313314 # * Official Russian Documentation: http://nginx.org/ru/docs/
@@ -397,7 +398,7 @@ title: Docker 部署
397398 如果你已通过后端 docker-compose 构建前端项目,此步骤和后面的剩余步骤直接跳过即可
398399 :::
399400
400- ``` yaml :collapsed-lines=2
401+ ``` yaml :collapsed-lines
401402 networks :
402403 fba_network :
403404 external : true
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ title: 知识星球
1515</div >
1616:::
1717
18+ <div align =" center " >
19+ (
20+ <Icon name =" fluent-color:receipt-16 " />-> 纯文字文章
21+   ;
22+ <Icon name =" fluent-color:video-16 " />-> 带有视频讲解的文章
23+ )
24+ </div >
25+
1826## FBA
1927
2028<CardGrid >
@@ -42,18 +50,6 @@ title: 知识星球
4250 href="https://t.zsxq.com/P03oX "
4351 description="如何编写自定义中间件?"
4452 />
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- />
5753</CardGrid >
5854
5955## FastAPI
@@ -72,3 +68,20 @@ title: 知识星球
7268 description="如何使用自定义 header token 实现授权?"
7369 />
7470</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