diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/plugin-list/full.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/plugin-list/full.md new file mode 100644 index 00000000..3d42f4cb --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/plugin-list/full.md @@ -0,0 +1,60 @@ +--- +sidebar_position: 3 +title: 后端插件 (7) +--- + +### com.msgbyte.agora 声网音视频 + +为Tailchat增加声网音视频通信功能 + +- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/manifest.json) + + +### com.msgbyte.github Github 订阅 + +订阅Github项目动态到群组 + +- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json) + + +### com.msgbyte.linkmeta Url元数据展示 + +解析并获取在聊天信息中的url信息概述,如标题/概述/缩略图, 支持媒体路径,直接显示媒体播放器(特殊支持bilibili,自动加载b站iframe播放器) + +- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.linkmeta/web/plugins/com.msgbyte.linkmeta) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.linkmeta/web/plugins/com.msgbyte.linkmeta/manifest.json) + + +### com.msgbyte.meeting 音视频通通信服务(WIP) + +为 Tailchat 提供音视频通信服务 +Provide audio and video communication services for Tailchat + +- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting/manifest.json) + + +### com.msgbyte.simplenotify Simple Notify Bot + +A simple generic notification bot for sending messages directly to groups + +- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json) + + +### com.msgbyte.tasks 任务管理 + +任务管理插件,在个人面板中增加TODO面板,用于个人待办事项的管理 + +- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.tasks/web/plugins/com.msgbyte.tasks) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.tasks/web/plugins/com.msgbyte.tasks/manifest.json) + + +### com.msgbyte.topic 群组话题 + +为群组提供话题功能 + +- [Source Code](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/manifest.json)