feat: 国产某聊天软件的图床支持

This commit is contained in:
2024-04-03 14:18:41 +08:00
parent 4c60f09d94
commit 263b28b2f9
3 changed files with 24 additions and 9 deletions

View File

@ -72,7 +72,7 @@ highlights:
details: 支持OneBotv11/12标准的四种通信协议
link: https://onebot.dev/
- title: Alconna
- title: Alconna命令解析
icon: link
details: 使用Alconna实现高效命令解析
link: https://github.com/nonebot/plugin-alconna

View File

@ -41,5 +41,6 @@ tag:
使用其他项目连接请先自行查阅文档若有困难请联系对应开发者而不是Liteyuki的开发者
### 鸣谢
- 此项目使用了[nonebot-plugin-htmlrender](https://github.com/kexue-z/nonebot-plugin-htmlrender/tree/master)作为内置html渲染插件
- TRSS_Liteyuki轻雪机器人管理脚本
- [Nonebot2](https://nonebot.dev)提供的框架支持
- [nonebot-plugin-htmlrender](https://github.com/kexue-z/nonebot-plugin-htmlrender/tree/master)提供的渲染功能
- [nonebot-plugin-alconna](https://github.com/ArcletProject/nonebot-plugin-alconna)提供的命令解析功能