🔀 Merge pull request #217

Doc: Add launching from IDE warning
This commit is contained in:
Ju4tCode 2021-02-17 21:58:28 +08:00 committed by GitHub
commit c855ebcfb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 1 deletions

View File

@ -134,5 +134,29 @@
"desc": "通过字符串标签管理字符串资源",
"name": "风格化字符串管理",
"repo": "jks15satoshi/nonebot_plugin_styledstr"
},
{
"id": "nonebot_plugin_arcaea",
"link": "nonebot-plugin-arcaea",
"author": "iyume",
"desc": "Arcaea 查分器,可以实现 best30 | recent | songinfo 之类的查询功能并支持 DIY",
"name": "Arcaea 查分器",
"repo": "iyume/nonebot-plugin-arcaea"
},
{
"id": "nonebot_hk_reporter",
"link": "nonebot-hk-reporter",
"author": "felinae98",
"desc": "订阅如微博bilibilirss的更新消息",
"name": "hk-reporter",
"repo": "felinae98/nonebot-hk-reporter"
},
{
"id": "nonebot-plugin-ncm",
"link": "nonebot-plugin-ncm",
"author": "kitUIN",
"desc": "网易云无损音乐下载",
"name": "网易云无损音乐下载",
"repo": "kitUIN/nonebot_tools/tree/master/nonebot_tools/nonebot-plugin-ncm"
}
]
]

View File

@ -34,6 +34,12 @@ AweSome-Bot
## 启动 Bot
:::warning 提示
如果您使用如 `VSCode` / `PyCharm` 等 IDE 启动 nonebot请检查 IDE 当前工作空间目录是否与当前侧边栏打开目录一致。
* 在二者不一致的环境下可能导致 nonebot 读取配置文件和插件等不符合预期
:::
通过 `nb-cli`
```bash