mirror of https://github.com/msgbyte/tailchat
parent
b2056af1be
commit
f297a7400f
@ -1,74 +1,116 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
title: 纯前端插件
|
||||
title: 纯前端插件 (14)
|
||||
---
|
||||
|
||||
### com.msgbyte.bbcode BBCode 消息解释器
|
||||
|
||||
一个用于支持bbcode语法解释富文本消息的插件
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.bbcode)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.bbcode/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.draw 绘图插件
|
||||
|
||||
允许发送自定义绘图
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.draw)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.draw/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.filepizza file.pizza
|
||||
|
||||
快捷打开 filepizza 以支持p2p传输文件
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.filepizza)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.filepizza/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.filesfm files.fm
|
||||
|
||||
快捷打开 files.fm 以支持传输文件
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.filesfm)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.filesfm/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.genshin 原神工具箱
|
||||
|
||||
为Tailchat增加原神相关的娱乐能力
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.genshin)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.genshin/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.integration 第三方集成
|
||||
|
||||
用于在群组中集成第三方应用
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.integration)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.integration/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.intro 初始引导插件
|
||||
|
||||
为应用首次打开介绍应用的能力
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.intro)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.intro/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.miaolang 喵语言
|
||||
|
||||
允许发送喵语,安装插件后的双方加密对话,未安装插件的人看到的是 '喵'
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.miaolang)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.miaolang/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.notify 消息通知插件
|
||||
|
||||
为应用增加通知的能力
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.notify)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.notify/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.openapi 开放平台插件
|
||||
|
||||
为应用提供开放平台的操作能力
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.openapi)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.openapi/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.posthog Posthog
|
||||
|
||||
Posthog 数据统计
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.posthog)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.posthog/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.sentry Sentry
|
||||
|
||||
Sentry 错误处理
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.sentry)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.sentry/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.snapdrop 隔空投送
|
||||
|
||||
隔空投送 —— 在同一网络发送文件与消息
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.snapdrop)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.snapdrop/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.webview 网页面板插件
|
||||
|
||||
为群组提供创建网页面板的功能
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.webview)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.webview/manifest.json)
|
||||
|
||||
|
@ -1,14 +1,20 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
title: 自定义主题
|
||||
title: 自定义主题 (2)
|
||||
---
|
||||
|
||||
### com.msgbyte.theme.genshin 原神主题
|
||||
|
||||
原神主题
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.theme.genshin)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.theme.genshin/manifest.json)
|
||||
|
||||
|
||||
### com.msgbyte.theme.miku Miku初音未来主题
|
||||
|
||||
初音未来主题,支持亮色与暗色
|
||||
|
||||
- [插件源码](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.theme.miku)
|
||||
- [manifest.json](https://github.com/msgbyte/tailchat/blob/master/client/web/plugins/com.msgbyte.theme.miku/manifest.json)
|
||||
|
||||
|
Loading…
Reference in New Issue