-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
本项目集成了对插件的支持,受于复杂性,当前不支持接入其他机器人平台如 NoneBot2、QChatGPT 的插件。 | ||
|
||
在本页面的末尾,列出了目前收录的插件。 | ||
|
||
# 插件使用 | ||
|
||
打开可视化面板,查看左边栏,您会发现有"插件"字样,选中它。 | ||
|
||
跳转到的页面下图所示。 | ||
|
||
 | ||
|
||
## 添加插件 | ||
点击右下角的“+”按钮,然后输入插件链接即可。仅支持公开的 Git 仓库的插件。 | ||
|
||
如果插件的 `requirements.txt` 中的依赖库过多,会导致更新插件耗时较长。 | ||
|
||
## 修改插件配置 | ||
|
||
点击某一个插件卡片的“配置按钮”,然后稍等一会,如果该插件有预装配置,那么就会显示出类似下图的插件配置选项。 | ||
|
||
 | ||
|
||
修改完插件配置之后请点击保存,机器人会主动重启以应用新的配置。 | ||
|
||
## 卸载插件 | ||
|
||
点击某一个插件卡片的“卸载”,然后稍等一会,即可。 | ||
|
||
|
||
## 更新插件 | ||
|
||
点击某一个插件卡片的“更新”,然后稍等一会,即可。 | ||
|
||
如果插件的 `requirements.txt` 中的依赖库过多,会导致更新插件耗时较长。 | ||
|
||
|
||
|
||
# 插件集合 | ||
|
||
## 平台类 | ||
|
||
- [astrbot_plugin_aiocqhttp](https://github.com/Soulter/astrbot_plugin_aiocqhttp): 针对 aiocqhttp 的适配器,支持接入支持反向 WS 的 OneBot 协议实现,如 Lagrange.OneBot,Shamrock 等。 | ||
- [astrbot_plugin_telegram](https://github.com/Soulter/astrbot_plugin_telegram): 在 telegram 上接入 AstrBot。 | ||
- [astrbot_plugin_vchat](https://github.com/z2z63/astrbot_plugin_vchat): 在微信上接入 AstrBot。 | ||
|
||
## 娱乐和工具类 | ||
|
||
- [BiliMonitor](https://github.com/Soulter/BiliMonitor): 订阅 Bilibili 动态。 | ||
- [liferestart](https://github.com/Soulter/liferestart): 人生重开模拟器。 | ||
- [LLMS](https://github.com/Soulter/llms): Claude, HuggingChat, Bard 等大语言模型接入。 | ||
- [GoodPlugins](https://github.com/Soulter/goodplugins): 随机动漫图片、搜番、喜报生成器等。 | ||
- [sysstat](https://github.com/Soulter/sysstatqcbot): 查看系统状态。 |