mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-27 18:45:05 +08:00
✏️ Plugin: 黑白名单添加标签 (#2170)
This commit is contained in:
parent
258aa7d2d7
commit
b3e0fb4830
@ -1954,7 +1954,16 @@
|
||||
"desc": "简易黑白用户名单管理",
|
||||
"author": "A-kirami",
|
||||
"homepage": "https://github.com/A-kirami/nonebot-plugin-namelist",
|
||||
"tags": [],
|
||||
"tags": [
|
||||
{
|
||||
"label": "黑名单",
|
||||
"color": "#323232"
|
||||
},
|
||||
{
|
||||
"label": "白名单",
|
||||
"color": "#fafafa"
|
||||
}
|
||||
],
|
||||
"is_official": false,
|
||||
"type": null,
|
||||
"supported_adapters": null
|
||||
|
Loading…
Reference in New Issue
Block a user