Skip to content

Commit

Permalink
Create 插件.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulter authored Jun 23, 2024
1 parent 88f5b8b commit 25a1a42
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions docs/使用/插件.md
Original file line number Diff line number Diff line change
@@ -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): 查看系统状态。

0 comments on commit 25a1a42

Please sign in to comment.