From 4a289d1f93b47af412c1eeae82e026ae2427afb6 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 18 Feb 2023 02:02:51 +0800 Subject: [PATCH] docs: update plugin list --- website/docs/plugin-list/fe.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/website/docs/plugin-list/fe.md b/website/docs/plugin-list/fe.md index 739f4f48..c776991b 100644 --- a/website/docs/plugin-list/fe.md +++ b/website/docs/plugin-list/fe.md @@ -1,6 +1,6 @@ --- sidebar_position: 1 -title: 纯前端插件 (19) +title: 纯前端插件 (22) --- ### com.msgbyte.bbcode BBCode 消息解释器 @@ -11,6 +11,14 @@ title: 纯前端插件 (19) - [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.bbcode/manifest.json) +### com.msgbyte.biggerfont 字号放大 + +为Tailchat增加放大字号的功能,方便不同用户群体 + +- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.biggerfont) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.biggerfont/manifest.json) + + ### com.msgbyte.draw 绘图插件 允许发送自定义绘图 @@ -19,6 +27,14 @@ title: 纯前端插件 (19) - [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.draw/manifest.json) +### com.msgbyte.env.rn ReactNative支持 + +在Tailchat添加对ReactNative环境的支持 + +- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.env.rn) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.env.rn/manifest.json) + + ### com.msgbyte.filepizza file.pizza 在聊天输入框快捷打开 filepizza 以支持p2p传输文件 @@ -75,6 +91,14 @@ title: 纯前端插件 (19) - [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.miaolang/manifest.json) +### com.msgbyte.music 在线听音乐 + +提供在线听音乐服务,内容来自网络 + +- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.music) +- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.music/manifest.json) + + ### com.msgbyte.notify 消息通知插件 为应用增加通知的能力