style: add backend plugin manifest support

pull/90/head
moonrailgun 2 years ago
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": "Url元数据展示", "label": "Url metadata display",
"label.zh-CN": "Url元数据展示",
"name": "com.msgbyte.linkmeta", "name": "com.msgbyte.linkmeta",
"url": "{BACKEND}/plugins/com.msgbyte.linkmeta/index.js", "url": "{BACKEND}/plugins/com.msgbyte.linkmeta/index.js",
"version": "0.0.0", "version": "0.0.0",
"author": "msgbyte", "author": "msgbyte",
"description": "解析并获取在聊天信息中的url信息概述如标题/概述/缩略图, 支持媒体路径,直接显示媒体播放器(特殊支持bilibili自动加载b站iframe播放器)", "description": "Parse and get the overview of url information in the chat information, such as title/overview/thumbnail, support media path, directly display media player (specially support bilibili, automatically load the iframe player of bilibili)",
"description.zh-CN": "解析并获取在聊天信息中的url信息概述如标题/概述/缩略图, 支持媒体路径,直接显示媒体播放器(特殊支持bilibili自动加载b站iframe播放器)",
"requireRestart": false "requireRestart": false
} }

@ -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": "Task Manage",
"label.zh-CN": "任务管理",
"name": "com.msgbyte.tasks", "name": "com.msgbyte.tasks",
"url": "{BACKEND}/plugins/com.msgbyte.tasks/index.js", "url": "{BACKEND}/plugins/com.msgbyte.tasks/index.js",
"version": "0.0.0", "version": "0.0.0",
"author": "msgbyte", "author": "msgbyte",
"description": "任务管理插件在个人面板中增加TODO面板用于个人待办事项的管理", "description": "Task management plugin, add TODO panel in personal panel for personal todo management",
"description.zh-CN": "任务管理插件在个人面板中增加TODO面板用于个人待办事项的管理",
"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…
Cancel
Save