mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
feat: 国产某聊天软件的图床支持
This commit is contained in:
parent
4c60f09d94
commit
263b28b2f9
26
README.md
26
README.md
@ -11,28 +11,42 @@
|
|||||||
[![][Python3.10+]][python-link]
|
[![][Python3.10+]][python-link]
|
||||||
[![][Usage]][usage-link]
|
[![][Usage]][usage-link]
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
- 基于[Nonebot2](https://github.com/nonebot/nonebot2),有良好的生态支持
|
- 基于[Nonebot2](https://github.com/nonebot/nonebot2),有良好的生态支持
|
||||||
- 开箱即用,无需复杂配置
|
- 开箱即用,无需复杂配置
|
||||||
- 新的点击交互模式,拒绝手打指令
|
- 新的点击交互模式,拒绝手打指令
|
||||||
- 全新可视化`npm`包管理,支持一键安装插件
|
- 可视化插件管理包管理,支持一键安装插件
|
||||||
- 支持OneBotv11/12标准通信,且使用`Alconna`命令解析,不再局限于OneBot
|
- 支持OneBot标准通信但不限于此
|
||||||
|
- 自定义主题支持,满足审美需求
|
||||||
|
- 国际化支持,支持多种语言
|
||||||
|
|
||||||
### 👇所有内容已迁移至👇
|
<h3>👇所有内容已迁移至👇</h3>
|
||||||
## [轻雪主页](https://bot.liteyuki.icu/)
|
<h2><a href="https://bot.liteyuki.icu">轻雪主页</a></h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
### 鸣谢
|
||||||
|
- [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)提供的命令解析功能
|
||||||
|
|
||||||
|
|
||||||
[OneBot]: https://img.shields.io/badge/OneBot-11/12-blue?style=for-the-badge
|
[OneBot]: https://img.shields.io/badge/OneBot-11/12-blue?style=for-the-badge
|
||||||
|
|
||||||
[Nonebot2]: https://img.shields.io/badge/Nonebot-2-red?style=for-the-badge
|
[Nonebot2]: https://img.shields.io/badge/Nonebot-2-red?style=for-the-badge
|
||||||
|
|
||||||
[Liteyuki6.0]: https://img.shields.io/badge/Liteyuki-6.0-blue?style=for-the-badge
|
[Liteyuki6.0]: https://img.shields.io/badge/Liteyuki-6.0-blue?style=for-the-badge
|
||||||
|
|
||||||
[Python3.10+]: https://img.shields.io/badge/Python-3.10+-blue?style=for-the-badge
|
[Python3.10+]: https://img.shields.io/badge/Python-3.10+-blue?style=for-the-badge
|
||||||
|
|
||||||
[Usage]: https://img.shields.io/badge/文档-页面-blue?style=for-the-badge
|
[Usage]: https://img.shields.io/badge/文档-页面-blue?style=for-the-badge
|
||||||
|
|
||||||
[onebot-link]:https://onebot.dev/
|
[onebot-link]:https://onebot.dev/
|
||||||
|
|
||||||
[nonebot-link]:https://nonebot.dev/
|
[nonebot-link]:https://nonebot.dev/
|
||||||
|
|
||||||
[lightyuki-link]:/
|
[lightyuki-link]:/
|
||||||
|
|
||||||
[python-link]:https://www.python.org/
|
[python-link]:https://www.python.org/
|
||||||
|
|
||||||
[usage-link]:https://bot.liteyuki.icu/
|
[usage-link]:https://bot.liteyuki.icu/
|
||||||
|
|
||||||
[banner]: https://socialify.git.ci/snowykami/LiteyukiBot/image?description=1&forks=1&issues=1&Plus&pulls=1&stargazers=1&theme=Auto&logo=https%3A%2F%2Fcdn.liteyuki.icu%2Fstatic%2Fimg%2Flogo.png
|
[banner]: https://socialify.git.ci/snowykami/LiteyukiBot/image?description=1&forks=1&issues=1&Plus&pulls=1&stargazers=1&theme=Auto&logo=https%3A%2F%2Fcdn.liteyuki.icu%2Fstatic%2Fimg%2Flogo.png
|
||||||
|
@ -72,7 +72,7 @@ highlights:
|
|||||||
details: 支持OneBotv11/12标准的四种通信协议
|
details: 支持OneBotv11/12标准的四种通信协议
|
||||||
link: https://onebot.dev/
|
link: https://onebot.dev/
|
||||||
|
|
||||||
- title: Alconna
|
- title: Alconna命令解析
|
||||||
icon: link
|
icon: link
|
||||||
details: 使用Alconna实现高效命令解析
|
details: 使用Alconna实现高效命令解析
|
||||||
link: https://github.com/nonebot/plugin-alconna
|
link: https://github.com/nonebot/plugin-alconna
|
||||||
|
@ -41,5 +41,6 @@ tag:
|
|||||||
使用其他项目连接请先自行查阅文档,若有困难请联系对应开发者而不是Liteyuki的开发者
|
使用其他项目连接请先自行查阅文档,若有困难请联系对应开发者而不是Liteyuki的开发者
|
||||||
|
|
||||||
### 鸣谢
|
### 鸣谢
|
||||||
- 此项目使用了[nonebot-plugin-htmlrender](https://github.com/kexue-z/nonebot-plugin-htmlrender/tree/master)作为内置html渲染插件
|
- [Nonebot2](https://nonebot.dev)提供的框架支持
|
||||||
- TRSS_Liteyuki轻雪机器人管理脚本
|
- [nonebot-plugin-htmlrender](https://github.com/kexue-z/nonebot-plugin-htmlrender/tree/master)提供的渲染功能
|
||||||
|
- [nonebot-plugin-alconna](https://github.com/ArcletProject/nonebot-plugin-alconna)提供的命令解析功能
|
Loading…
Reference in New Issue
Block a user