mirror of https://github.com/msgbyte/tailchat
style: add backend plugin manifest support
parent
69e8bd2902
commit
c4de7b7390
@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"label": "声网音视频",
|
"label": "Agora",
|
||||||
|
"label.zh-CN": "声网音视频",
|
||||||
"name": "com.msgbyte.agora",
|
"name": "com.msgbyte.agora",
|
||||||
"url": "{BACKEND}/plugins/com.msgbyte.agora/index.js",
|
"url": "{BACKEND}/plugins/com.msgbyte.agora/index.js",
|
||||||
"icon": "{BACKEND}/plugins/com.msgbyte.agora/assets/icon.png",
|
"icon": "{BACKEND}/plugins/com.msgbyte.agora/assets/icon.png",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"author": "moonrailgun",
|
"author": "moonrailgun",
|
||||||
"description": "为Tailchat增加声网音视频通信功能",
|
"description": "Add the Agora audio and video communication feature to Tailchat",
|
||||||
|
"description.zh-CN": "为Tailchat增加声网音视频通信功能",
|
||||||
"requireRestart": false
|
"requireRestart": false
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"label": "Github 订阅",
|
"label": "Github Subscription",
|
||||||
|
"label.zh-CN": "Github 订阅",
|
||||||
"name": "com.msgbyte.github",
|
"name": "com.msgbyte.github",
|
||||||
"url": "{BACKEND}/plugins/com.msgbyte.github/index.js",
|
"url": "{BACKEND}/plugins/com.msgbyte.github/index.js",
|
||||||
"icon": "https://api.iconify.design/entypo-social/github.svg",
|
"icon": "https://api.iconify.design/entypo-social/github.svg",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"author": "msgbyte",
|
"author": "msgbyte",
|
||||||
"description": "订阅Github项目动态到群组",
|
"description": "Subscribe to the Github project dynamics to the group",
|
||||||
|
"description.zh-CN": "订阅Github项目动态到群组",
|
||||||
"requireRestart": true
|
"requireRestart": true
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"label": "音视频服务(WIP)",
|
"label": "Audio and video service (WIP)",
|
||||||
|
"label.zh-CN": "音视频服务(WIP)",
|
||||||
"name": "com.msgbyte.meeting",
|
"name": "com.msgbyte.meeting",
|
||||||
"url": "{BACKEND}/plugins/com.msgbyte.meeting/index.js",
|
"url": "{BACKEND}/plugins/com.msgbyte.meeting/index.js",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"author": "moonrailgun",
|
"author": "moonrailgun",
|
||||||
"description": "为Tailchat提供音视频通讯的服务",
|
"description": "Provide audio and video communication services for Tailchat",
|
||||||
|
"description.zh-CN": "为Tailchat提供音视频通讯的服务",
|
||||||
"requireRestart": true
|
"requireRestart": true
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"label": "简易机器人",
|
"label": "Simple Notify Bot",
|
||||||
|
"label.zh-CN": "简易机器人",
|
||||||
"name": "com.msgbyte.simplenotify",
|
"name": "com.msgbyte.simplenotify",
|
||||||
"url": "{BACKEND}/plugins/com.msgbyte.simplenotify/index.js",
|
"url": "{BACKEND}/plugins/com.msgbyte.simplenotify/index.js",
|
||||||
"icon": "/images/avatar/robot.webp",
|
"icon": "/images/avatar/robot.webp",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"author": "moonrailgun",
|
"author": "moonrailgun",
|
||||||
"description": "一个简单的通用通知机器人, 用于直接向群组发送消息",
|
"description": "A simple generic notification bot for sending messages directly to groups",
|
||||||
|
"description.zh-CN": "一个简单的通用通知机器人, 用于直接向群组发送消息",
|
||||||
"requireRestart": true
|
"requireRestart": true
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"label": "群组话题",
|
"label": "Topic",
|
||||||
|
"label.zh-CN": "群组话题",
|
||||||
"name": "com.msgbyte.topic",
|
"name": "com.msgbyte.topic",
|
||||||
"url": "{BACKEND}/plugins/com.msgbyte.topic/index.js",
|
"url": "{BACKEND}/plugins/com.msgbyte.topic/index.js",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"author": "moonrailgun",
|
"author": "moonrailgun",
|
||||||
"description": "为群组提供话题功能",
|
"description": "Provide topic feature for groups",
|
||||||
|
"description.zh-CN": "为群组提供话题功能",
|
||||||
"requireRestart": true
|
"requireRestart": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue