mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-27 18:45:05 +08:00
修改自己几个插件的Tag
This commit is contained in:
parent
d0d6e0fc25
commit
ba6a440bbd
@ -519,7 +519,20 @@
|
||||
"desc": "一个ATRI语音包,基于文本相似度匹配回复",
|
||||
"author": "FYWinds",
|
||||
"homepage": "https://github.com/FYWinds/nonebot-plugin-atri",
|
||||
"tags": [],
|
||||
"tags": [
|
||||
{
|
||||
"label": "a:onebot",
|
||||
"color": "#000000"
|
||||
},
|
||||
{
|
||||
"label": "a:cqhttp",
|
||||
"color": "#000000"
|
||||
},
|
||||
{
|
||||
"label": "v:voice",
|
||||
"color": "#f5f5dc"
|
||||
}
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
@ -649,7 +662,16 @@
|
||||
"desc": "对 go-cqhttp 的 API 调用添加了类型注解与滥用OOP的返回值Model支持,远离魔法方法的Dict[Any, Any]",
|
||||
"author": "FYWinds",
|
||||
"homepage": "https://github.com/FYWinds/gocqapi",
|
||||
"tags": [],
|
||||
"tags": [
|
||||
{
|
||||
"label": "a:onebot",
|
||||
"color": "#000000"
|
||||
},
|
||||
{
|
||||
"label": "a:cqhttp",
|
||||
"color": "#000000"
|
||||
},
|
||||
],
|
||||
"is_official": false
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user