tailchat icon indicating copy to clipboard operation
tailchat copied to clipboard

【功能】关于 Tailchat 功能的事宜

Open lanbinshijie opened this issue 3 years ago • 7 comments

请问能否添加如下功能:

  1. 频道增加管理员,管理员的名称标红,可以对用户的言论进行删除
  2. 频道增加分享功能,成员也可以邀请别人,需要管理员同意即可
  3. 频道增加面板管理员,管理员可以管理面板的事务
  4. 面板功能增加公告页面,和频道介绍页面
  5. 审核功能:群主和管理员,可以审核加入的成员
  6. 频道增加介绍文字
  7. Tailchat增加频道搜索功能,配合审核功能使用,方便寻找到自己想要的内容
  8. (用户反馈)能否增加朋友圈功能,朋友之间可以互发动态?
  9. 能否设置默认插件(即使用Tailchat就需要开启的插件)?

感谢!

lanbinshijie avatar Apr 08 '22 04:04 lanbinshijie

第九点目前可以直接通过编辑源码实现。 https://github.com/msgbyte/tailchat/blob/master/web/src/plugin/builtin.ts

moonrailgun avatar Apr 08 '22 05:04 moonrailgun

第九点目前可以直接通过编辑源码实现。 https://github.com/msgbyte/tailchat/blob/master/web/src/plugin/builtin.ts

好的!

lanbinshijie avatar Apr 08 '22 05:04 lanbinshijie

  1. 面板功能增加公告页面,和频道介绍页面

Tailchat 内置插件 com.msgbyte.webview 增加了 自定义网页面板。可以供群组管理员增加一个自定义html的面板

效果: image image

moonrailgun avatar Apr 09 '22 08:04 moonrailgun

好的,另外请问制作的插件有没有什么官方渠道可以上传呢?

lanbinshijie avatar Apr 09 '22 08:04 lanbinshijie

好的,另外请问制作的插件有没有什么官方渠道可以上传呢?

正式的渠道还在开发计划中。 纯前端插件可以通过自行部署到公网上就可以通过手动安装,或者修改编译的前端代码来添加到插件列表中 服务端插件只需要按照固定格式连接到tailchat后端的网络即可

moonrailgun avatar Apr 09 '22 12:04 moonrailgun

第九点目前可以直接通过编辑源码实现。 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

ACnoway avatar Oct 28 '23 12:10 ACnoway

第九点目前可以直接通过编辑源码实现。 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

moonrailgun avatar Oct 28 '23 14:10 moonrailgun