mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
commit
c855ebcfb1
@ -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"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
@ -34,6 +34,12 @@ AweSome-Bot
|
||||
|
||||
## 启动 Bot
|
||||
|
||||
:::warning 提示
|
||||
如果您使用如 `VSCode` / `PyCharm` 等 IDE 启动 nonebot,请检查 IDE 当前工作空间目录是否与当前侧边栏打开目录一致。
|
||||
|
||||
* 在二者不一致的环境下可能导致 nonebot 读取配置文件和插件等不符合预期
|
||||
:::
|
||||
|
||||
通过 `nb-cli`
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user