diff --git a/README.md b/README.md
index d037941f..9f0a73d0 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 dcf1a221..7a625712 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 2328caf2..b979ff73 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