🚧 add store tags

This commit is contained in:
yanyongyu
2021-12-30 22:46:15 +08:00
parent 2beed6bf16
commit e4691f0525
8 changed files with 103 additions and 25 deletions

View File

@ -6,7 +6,12 @@
"desc": "通过戳一戳获取服务器状态",
"author": "yanyongyu",
"homepage": "https://github.com/cscs181/QQ-GitHub-Bot/tree/master/src/plugins/nonebot_plugin_status",
"tags": [],
"tags": [
{
"label": "server",
"color": "#ff0000"
}
],
"is_official": true
},
{
@ -16,7 +21,12 @@
"desc": "将B站UP主的动态和直播信息推送至QQ",
"author": "SK-415",
"homepage": "https://github.com/SK-415/HarukaBot",
"tags": [],
"tags": [
{
"label": "bilibili",
"color": "#e55d80"
}
],
"is_official": false
},
{