From 263b28b2f964cd0327f96ca6d7b6484d5489ddfe Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 3 Apr 2024 14:18:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9B=BD=E4=BA=A7=E6=9F=90=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E8=BD=AF=E4=BB=B6=E7=9A=84=E5=9B=BE=E5=BA=8A=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 ++++++++++++++++++++------ docs/README.md | 2 +- docs/deployment/fandq.md | 5 +++-- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d037941..9f0a73d 100644 --- a/README.md +++ b/README.md @@ -11,28 +11,42 @@ [![][Python3.10+]][python-link] [![][Usage]][usage-link] - - - 基于[Nonebot2](https://github.com/nonebot/nonebot2),有良好的生态支持 - 开箱即用,无需复杂配置 - 新的点击交互模式,拒绝手打指令 -- 全新可视化`npm`包管理,支持一键安装插件 -- 支持OneBotv11/12标准通信,且使用`Alconna`命令解析,不再局限于OneBot +- 可视化插件管理包管理,支持一键安装插件 +- 支持OneBot标准通信但不限于此 +- 自定义主题支持,满足审美需求 +- 国际化支持,支持多种语言 -### 👇所有内容已迁移至👇 -## [轻雪主页](https://bot.liteyuki.icu/) +

👇所有内容已迁移至👇

+

轻雪主页

+ + +### 鸣谢 +- [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 + [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 + [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 [onebot-link]:https://onebot.dev/ + [nonebot-link]:https://nonebot.dev/ + [lightyuki-link]:/ + [python-link]:https://www.python.org/ + [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 diff --git a/docs/README.md b/docs/README.md index dcf1a22..7a62571 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/docs/deployment/fandq.md b/docs/deployment/fandq.md index 2328caf..b979ff7 100644 --- a/docs/deployment/fandq.md +++ b/docs/deployment/fandq.md @@ -41,5 +41,6 @@ tag: 使用其他项目连接请先自行查阅文档,若有困难请联系对应开发者而不是Liteyuki的开发者 ### 鸣谢 -- 此项目使用了[nonebot-plugin-htmlrender](https://github.com/kexue-z/nonebot-plugin-htmlrender/tree/master)作为内置html渲染插件 -- TRSS_Liteyuki轻雪机器人管理脚本 \ No newline at end of file +- [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)提供的命令解析功能 \ No newline at end of file