From 25a1a4288ff01b62d7d97451d8c278e286e57502 Mon Sep 17 00:00:00 2001 From: Soulter <37870767+Soulter@users.noreply.github.com> Date: Sun, 23 Jun 2024 11:16:05 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E6=8F=92=E4=BB=B6.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\346\217\222\344\273\266.md" | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 "docs/\344\275\277\347\224\250/\346\217\222\344\273\266.md" diff --git "a/docs/\344\275\277\347\224\250/\346\217\222\344\273\266.md" "b/docs/\344\275\277\347\224\250/\346\217\222\344\273\266.md" new file mode 100644 index 0000000..8333efd --- /dev/null +++ "b/docs/\344\275\277\347\224\250/\346\217\222\344\273\266.md" @@ -0,0 +1,53 @@ +本项目集成了对插件的支持,受于复杂性,当前不支持接入其他机器人平台如 NoneBot2、QChatGPT 的插件。 + +在本页面的末尾,列出了目前收录的插件。 + +# 插件使用 + +打开可视化面板,查看左边栏,您会发现有"插件"字样,选中它。 + +跳转到的页面下图所示。 + +![image](https://github.com/Soulter/AstrBot-docs/assets/37870767/a2dd4660-b339-41d2-a139-56bfbb2f3f27) + +## 添加插件 +点击右下角的“+”按钮,然后输入插件链接即可。仅支持公开的 Git 仓库的插件。 + +如果插件的 `requirements.txt` 中的依赖库过多,会导致更新插件耗时较长。 + +## 修改插件配置 + +点击某一个插件卡片的“配置按钮”,然后稍等一会,如果该插件有预装配置,那么就会显示出类似下图的插件配置选项。 + +![image](https://github.com/Soulter/AstrBot-docs/assets/37870767/602e5bf5-a006-44ee-a334-55b9985433dc) + +修改完插件配置之后请点击保存,机器人会主动重启以应用新的配置。 + +## 卸载插件 + +点击某一个插件卡片的“卸载”,然后稍等一会,即可。 + + +## 更新插件 + +点击某一个插件卡片的“更新”,然后稍等一会,即可。 + +如果插件的 `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): 查看系统状态。