diff --git a/docs/.vuepress/public/plugins.json b/docs/.vuepress/public/plugins.json index 68fc621a..224d447e 100644 --- a/docs/.vuepress/public/plugins.json +++ b/docs/.vuepress/public/plugins.json @@ -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": "订阅如微博,bilibili,rss的更新消息", + "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" } -] \ No newline at end of file +] diff --git a/docs/guide/creating-a-project.md b/docs/guide/creating-a-project.md index 7c488a41..6fbf114b 100644 --- a/docs/guide/creating-a-project.md +++ b/docs/guide/creating-a-project.md @@ -34,6 +34,12 @@ AweSome-Bot ## 启动 Bot +:::warning 提示 +如果您使用如 `VSCode` / `PyCharm` 等 IDE 启动 nonebot,请检查 IDE 当前工作空间目录是否与当前侧边栏打开目录一致。 + +* 在二者不一致的环境下可能导致 nonebot 读取配置文件和插件等不符合预期 +::: + 通过 `nb-cli` ```bash