File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11.github /** /* .md
2+ website /docs /tutorial /application.mdx
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ import TabItem from "@theme/TabItem";
3333
34341 . (可选)创建虚拟环境,以 venv 为例
3535
36- <Tabs groupId = " platform" ><TabItem value = " windows" label = " Windows" default >
36+ <Tabs groupId = " platform" >
37+ <TabItem value = " windows" label = " Windows" default >
3738
3839 ``` bash
3940 # 创建虚拟环境
@@ -42,7 +43,8 @@ import TabItem from "@theme/TabItem";
4243 .venv\S cripts\a ctivate
4344 ```
4445
45- </TabItem ><TabItem value = " linux/macos" label = " Linux/macOS" >
46+ </TabItem >
47+ <TabItem value = " linux/macos" label = " Linux/macOS" >
4648
4749 ``` bash
4850 # 创建虚拟环境
@@ -51,23 +53,27 @@ import TabItem from "@theme/TabItem";
5153 source .venv/bin/activate
5254 ```
5355
54- </TabItem ></Tabs >
56+ </TabItem >
57+ </Tabs >
5558
56592 . 安装 nonebot2 以及驱动器,以 Fastapi 驱动器为例
5760
58- <Tabs groupId = " platform" ><TabItem value = " windows" label = " Windows" default >
61+ <Tabs groupId = " platform" >
62+ <TabItem value = " windows" label = " Windows" default >
5963
6064 ``` bash
6165 pip install " nonebot2[fastapi]"
6266 ```
6367
64- </TabItem ><TabItem value = " linux/macos" label = " Linux/macOS" >
68+ </TabItem >
69+ <TabItem value = " linux/macos" label = " Linux/macOS" >
6570
6671 ``` bash
6772 pip install " nonebot2[fastapi]"
6873 ```
6974
70- </TabItem ></Tabs >
75+ </TabItem >
76+ </Tabs >
7177
7278 驱动器包名可以在 [ 驱动器商店] ( /store/drivers ) 中找到,请替换上文方括号中的内容。
7379
You can’t perform that action at this time.
0 commit comments