feat: 增加简易通知机器人和github插件的头像

pull/56/head
moonrailgun 3 years ago
parent 4002309ed2
commit af4db7c20c

@ -2,6 +2,7 @@
"label": "Github 订阅", "label": "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",
"version": "0.0.0", "version": "0.0.0",
"author": "msgbyte", "author": "msgbyte",
"description": "订阅Github项目动态到群组", "description": "订阅Github项目动态到群组",

@ -2,6 +2,7 @@
"label": "简易机器人", "label": "简易机器人",
"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",
"version": "0.0.0", "version": "0.0.0",
"author": "moonrailgun", "author": "moonrailgun",
"description": "一个简单的通用通知机器人, 用于直接向群组发送消息", "description": "一个简单的通用通知机器人, 用于直接向群组发送消息",

Loading…
Cancel
Save