Merged
Conversation
Member
|
不同平台建议使用 docusaurus的 Tabs组件 |
Contributor
Author
|
已修改 |
Member
|
mdx 才可以用组件,后缀需要改成 mdx |
Contributor
Author
|
done |
Contributor
|
🚀 Deployed to https://deploy-preview-3623--nonebot2.netlify.app |
Contributor
|
nonebot2/website/docs/tutorial/application.mdx Lines 60 to 75 in a466526 这里如果统一使用 |
Contributor
Author
|
(思考)我查到linux的习惯是用单引号,就没改。要统一吗
|
Member
|
在 linux 需要使用单引号来确保方括号不会被部分 shell 当作特殊字符 |
Contributor
Got it. |
Updated the tutorial to include proper tab structure for virtual environment instructions on Windows and Linux/macOS.
Removed unnecessary whitespace and adjusted formatting for clarity.
Updated code block formatting for creating and activating a virtual environment.
Updated code blocks for creating and activating virtual environments on Windows and Linux/macOS.
StarHeartHunt
previously approved these changes
Aug 24, 2025
Updated code blocks for creating and activating virtual environments in Windows and Linux/macOS sections.
yanyongyu
approved these changes
Aug 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pip install 'nonebot2[fastapi]'在 windows 平台会报错,按照平台进行了拆分和修正。