Skip to content

Commit 5b338ed

Browse files
authored
Update README_CN.md
1 parent 7d7ac80 commit 5b338ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README_CN.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
## 目录
5757

58-
* <details open> <summary><style="font-size:100px"><b>📖 文档教程(点击可收缩)</b></font></summary>
58+
* <details open> <summary><b>📖 文档教程(点击可收缩)</b></summary><div>
5959

6060
- 安装文档
6161
- [预编译库下载安装](docs/cn/build_and_install/download_prebuilt_libraries.md)
@@ -83,7 +83,7 @@
8383
- 更多FastDeploy部署模块
8484
- [服务化部署](./serving)
8585
- [Benchmark测试](./benchmark)
86-
</details>
86+
</div></details>
8787

8888
* **🖥️ 服务器端部署**
8989
* [Python SDK快速开始](#fastdeploy-quick-start-python)
@@ -102,7 +102,7 @@
102102

103103
<div id="fastdeploy-quick-start-python"></div>
104104

105-
<details open> <summary><style="font-size:100px"><b>Python SDK快速开始(点击可收缩)</b></font></summary>
105+
<details open> <summary><b>Python SDK快速开始(点击可收缩)</b></summary><div>
106106

107107
#### 快速安装
108108

@@ -152,12 +152,12 @@ vis_im = vision.vis_detection(im, result, score_threshold=0.5)
152152
cv2.imwrite("vis_image.jpg", vis_im)
153153
```
154154

155-
</details>
155+
</div></details>
156156

157157
<div id="fastdeploy-quick-start-cpp"></div>
158158

159159
<details>
160-
<summary><style="font-size:100px"><b>C++ SDK快速开始(点开查看详情)</b></font></summary>
160+
<summary><b>C++ SDK快速开始(点开查看详情)</b></summary><div>
161161

162162

163163
#### 安装
@@ -195,7 +195,7 @@ int main(int argc, char* argv[]) {
195195
return 0;
196196
}
197197
```
198-
</details>
198+
</div></details>
199199
200200
更多部署案例请参考[视觉模型部署示例](examples/vision) .
201201

0 commit comments

Comments
 (0)