Skip to content

Commit

Permalink
🍻 publish plugin Nonebot Requests (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailitonia committed Aug 23, 2023
1 parent 117ef18 commit 3e22462
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions website/static/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -7197,5 +7197,26 @@
"is_official": false,
"type": "application",
"supported_adapters": ["nonebot.adapters.onebot.v11"]
},
{
"module_name": "nonebot_plugin_requests",
"project_link": "nonebot-plugin-requests",
"name": "Nonebot Requests",
"desc": "封装 ForwardDriver 实现 HttpClient 功能",
"author": "Ailitonia",
"homepage": "https://github.com/Ailitonia/nonebot-plugin-requests",
"tags": [
{
"label": "library",
"color": "#89b87c"
},
{
"label": "requests",
"color": "#80bcc2"
}
],
"is_official": false,
"type": "library",
"supported_adapters": null
}
]

0 comments on commit 3e22462

Please sign in to comment.