File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
website/versioned_docs/version-2.4.4/tutorial Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11.github /** /* .md
22website /docs /tutorial /application.mdx
3+ website /versioned_docs /* /tutorial /application.mdx
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import TabItem from "@theme/TabItem";
34341 . (可选)创建虚拟环境,以 venv 为例
3535
3636 <Tabs groupId = " platform" >
37- <TabItem value = " windows" label = " Windows" default >
37+ <TabItem value = " windows" label = " Windows" default >
3838
3939 ``` bash
4040 # 创建虚拟环境
@@ -44,7 +44,7 @@ import TabItem from "@theme/TabItem";
4444 ```
4545
4646 </TabItem >
47- <TabItem value = " linux/macos" label = " Linux/macOS" >
47+ <TabItem value = " linux/macos" label = " Linux/macOS" >
4848
4949 ``` bash
5050 # 创建虚拟环境
@@ -54,26 +54,26 @@ import TabItem from "@theme/TabItem";
5454 ```
5555
5656 </TabItem >
57- </Tabs >
57+ </Tabs >
5858
59592 . 安装 nonebot2 以及驱动器,以 Fastapi 驱动器为例
6060
6161 <Tabs groupId = " platform" >
62- <TabItem value = " windows" label = " Windows" default >
62+ <TabItem value = " windows" label = " Windows" default >
6363
6464 ``` bash
6565 pip install " nonebot2[fastapi]"
6666 ```
6767
6868 </TabItem >
69- <TabItem value = " linux/macos" label = " Linux/macOS" >
69+ <TabItem value = " linux/macos" label = " Linux/macOS" >
7070
7171 ``` bash
7272 pip install " nonebot2[fastapi]"
7373 ```
7474
7575 </TabItem >
76- </Tabs >
76+ </Tabs >
7777
7878 驱动器包名可以在 [ 驱动器商店] ( /store/drivers ) 中找到,请替换上文方括号中的内容。
7979
You can’t perform that action at this time.
0 commit comments