Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lanbinshijie opened this issue Apr 8, 2022 · 7 comments
Open

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

lanbinshijie opened this issue Apr 8, 2022 · 7 comments
Labels
enhancement New feature or request

Comments

@lanbinshijie
Copy link

请问能否添加如下功能:

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

感谢!

@moonrailgun moonrailgun added the enhancement New feature or request label Apr 8, 2022
@moonrailgun
Copy link
Contributor

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

@lanbinshijie
Copy link
Author

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

好的!

@moonrailgun
Copy link
Contributor

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

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

效果:
image
image

@lanbinshijie
Copy link
Author

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

@moonrailgun
Copy link
Contributor

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

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

@ACnoway
Copy link

ACnoway commented Oct 28, 2023

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

@moonrailgun
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants