From af4db7c20c02894b07238902b0722acd2c8837f3 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Tue, 11 Oct 2022 20:31:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E7=AE=80=E6=98=93?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=9C=BA=E5=99=A8=E4=BA=BA=E5=92=8Cgithub?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=9A=84=E5=A4=B4=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/plugins/com.msgbyte.github/manifest.json | 1 + .../web/plugins/com.msgbyte.simplenotify/manifest.json | 1 + 2 files changed, 2 insertions(+) diff --git a/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json b/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json index 0a008c4f..27cf9bbe 100644 --- a/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json +++ b/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json @@ -2,6 +2,7 @@ "label": "Github 订阅", "name": "com.msgbyte.github", "url": "{BACKEND}/plugins/com.msgbyte.github/index.js", + "icon": "https://api.iconify.design/entypo-social/github.svg", "version": "0.0.0", "author": "msgbyte", "description": "订阅Github项目动态到群组", diff --git a/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json b/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json index 123e7221..c08dd2c3 100644 --- a/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json +++ b/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json @@ -2,6 +2,7 @@ "label": "简易机器人", "name": "com.msgbyte.simplenotify", "url": "{BACKEND}/plugins/com.msgbyte.simplenotify/index.js", + "icon": "/images/avatar/robot.webp", "version": "0.0.0", "author": "moonrailgun", "description": "一个简单的通用通知机器人, 用于直接向群组发送消息",