【功能】关于 Tailchat 功能的事宜
请问能否添加如下功能:
- 频道增加管理员,管理员的名称标红,可以对用户的言论进行删除
- 频道增加分享功能,成员也可以邀请别人,需要管理员同意即可
- 频道增加面板管理员,管理员可以管理面板的事务
- 面板功能增加公告页面,和频道介绍页面
- 审核功能:群主和管理员,可以审核加入的成员
- 频道增加介绍文字
- Tailchat增加频道搜索功能,配合审核功能使用,方便寻找到自己想要的内容
- (用户反馈)能否增加朋友圈功能,朋友之间可以互发动态?
- 能否设置默认插件(即使用Tailchat就需要开启的插件)?
感谢!
第九点目前可以直接通过编辑源码实现。 https://github.com/msgbyte/tailchat/blob/master/web/src/plugin/builtin.ts
第九点目前可以直接通过编辑源码实现。 https://github.com/msgbyte/tailchat/blob/master/web/src/plugin/builtin.ts
好的!
- 面板功能增加公告页面,和频道介绍页面
Tailchat 内置插件 com.msgbyte.webview 增加了 自定义网页面板。可以供群组管理员增加一个自定义html的面板
效果:

好的,另外请问制作的插件有没有什么官方渠道可以上传呢?
好的,另外请问制作的插件有没有什么官方渠道可以上传呢?
正式的渠道还在开发计划中。 纯前端插件可以通过自行部署到公网上就可以通过手动安装,或者修改编译的前端代码来添加到插件列表中 服务端插件只需要按照固定格式连接到tailchat后端的网络即可
第九点目前可以直接通过编辑源码实现。 https://github.com/msgbyte/tailchat/blob/master/web/src/plugin/builtin.ts
这个目前的实现方式是什么呢,这个链接404了
Point 9 can currently be implemented directly by editing the source code. https://github.com/msgbyte/tailchat/blob/master/web/src/plugin/builtin.ts
What is the current implementation method? This link is 404
第九点目前可以直接通过编辑源码实现。 https://github.com/msgbyte/tailchat/blob/master/web/src/plugin/builtin.ts
这个目前的实现方式是什么呢,这个链接404了
Point 9 can currently be implemented directly by editing the source code. https://github.com/msgbyte/tailchat/blob/master/web/src/plugin/builtin.ts
What is the current implementation method? This link is 404
https://github.com/msgbyte/tailchat/blob/master/client/web/src/plugin/builtin.ts