From 40a7b9722041648266fdbfaab566b786311906e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=88=E3=83=B6=E7=80=AC?= <107618388+tkgs0@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:18:01 +0800 Subject: [PATCH] =?UTF-8?q?:pencil2:=20Plugin:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=20system-command=20=E4=BF=A1=E6=81=AF=20(#28?= =?UTF-8?q?62)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- assets/plugins.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/assets/plugins.json b/assets/plugins.json index 92343acc..2683a6c4 100644 --- a/assets/plugins.json +++ b/assets/plugins.json @@ -6537,7 +6537,16 @@ "module_name": "nonebot_plugin_system_command", "project_link": "nonebot-plugin-system-command", "author": "tkgs0", - "tags": [], + "tags": [ + { + "label": "shell", + "color": "#0078d4" + }, + { + "label": "cmd", + "color": "#24292f" + } + ], "is_official": false }, {