mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-22 02:25:56 +08:00
✏️ Fix wrong module name
This commit is contained in:
parent
12d28eb77d
commit
6a17ce5fda
@ -613,7 +613,7 @@
|
|||||||
"is_official": false
|
"is_official": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"module_name": "nonebot-plugin-itnews",
|
"module_name": "nonebot_plugin_itnews",
|
||||||
"project_link": "nonebot-plugin-itnew",
|
"project_link": "nonebot-plugin-itnew",
|
||||||
"name": "IT咨讯",
|
"name": "IT咨讯",
|
||||||
"desc": "获取IT咨讯并生成图片发送",
|
"desc": "获取IT咨讯并生成图片发送",
|
||||||
@ -713,7 +713,7 @@
|
|||||||
"is_official": false
|
"is_official": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"module_name": "nonebot-plugin-code",
|
"module_name": "nonebot_plugin_code",
|
||||||
"project_link": "nonebot-plugin-code",
|
"project_link": "nonebot-plugin-code",
|
||||||
"name": "在线运行代码",
|
"name": "在线运行代码",
|
||||||
"desc": "在线运行代码插件,支持输入",
|
"desc": "在线运行代码插件,支持输入",
|
||||||
@ -1001,4 +1001,4 @@
|
|||||||
],
|
],
|
||||||
"is_official": false
|
"is_official": false
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user