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