diff --git a/README.md b/README.md
index aae73b115..a2f02eb2a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# Nameless-Bot
-A QQ Group bot developed in Mirai-Core.
+一个基于 Mirai-Core 开发的机器人
-This bot is under heavy develop now, Many feature may not work as well.
+本项目处于开发阶段, 很多功能不一定正常使用 ~~反正也没人用~~
-中文版本: [README](https://github.com/StarWishsama/Nameless-Bot/blob/mirai/README_zhCN.md)
+English Version: [README](https://github.com/StarWishsama/Nameless-Bot/blob/mirai/README_en.md)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d1416f718df943b4bb252e98cbd6604e)](https://www.codacy.com/manual/StarWishsama/Nameless-Bot?utm_source=github.com&utm_medium=referral&utm_content=StarWishsama/Nameless-Bot&utm_campaign=Badge_Grade)
@@ -17,30 +17,33 @@ This bot is under heavy develop now, Many feature may not work as well.
-## 🎉 Features
-* Search picture original source by picture
-* Rainbow Six: Siege game data info lookup
-* Class clock in
-* Check-in
-* Bilibili up info lookup
-* Search music with LightApp message
-* Arknights / PCR draw simulator
-* WIP
+## 🎉 功能
+* 以图搜图
+* 彩虹六号战绩查询
+* 打卡
+* 签到
+* bilibili UP主数据查询
+* 点歌 (JSON 样式)
+* 占卜
+* 明日方舟 / 公主连结抽卡模拟器
+* 去你大爷的小程序 (将B站分享的视频自动转换为文本)
+* 还在开发中...
-## ☑ To-Do
-Development Roadmap: [Project Page](https://github.com/StarWishsama/Nameless-Bot/projects/2)
+## ☑ To-Do 列表
+详见 [项目页面](https://github.com/StarWishsama/Nameless-Bot/projects/2)
-## 💽 How to Build
+## 💽 如何构建
-1. Clone or download the repository to your local computer.
+1. Clone 或者下载这个项目.
```bash
git clone https://github.com/StarWishsama/Nameless-Bot.git
```
-2. Compile
+2. 编译
-Configurations for Gradle is well done. Double-click `gradlew.bat` in the root directory to compile a jar file in folder `/build/libs`.
+本项目使用 Gradle, 因此你可以双击文件夹中的 `gradlew.bat` 以构建这个项目.
+(你可以在 `/build/libs` 下找到构建好的 jar 文件)
-## 📜 License
+## 📜 协议
[GPL v3.0](https://github.com/StarWishsama/Nameless-Bot/blob/master/LICENSE)
diff --git a/README_zhCN.md b/README_en.md
similarity index 52%
rename from README_zhCN.md
rename to README_en.md
index 05a0c818c..9a8c28a95 100644
--- a/README_zhCN.md
+++ b/README_en.md
@@ -1,46 +1,47 @@
-# Nameless-Bot
-
-一个基于 Mirai-Core 开发的机器人
-
-本项目处于开发阶段, 很多功能不一定正常使用 ~~反正也没人用~~
-
-[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d1416f718df943b4bb252e98cbd6604e)](https://www.codacy.com/manual/StarWishsama/Nameless-Bot?utm_source=github.com&utm_medium=referral&utm_content=StarWishsama/Nameless-Bot&utm_campaign=Badge_Grade)
-
-
-
-
-
-
-
-
-
-
-## 🎉 功能
-* 以图搜图
-* 彩虹六号战绩查询
-* 打卡
-* 签到
-* bilibili UP主数据查询
-* 点歌 (JSON 样式)
-* 占卜
-* 明日方舟 / 公主连结抽卡模拟器
-* 还在开发中...
-
-## ☑ To-Do 列表
-详见 [项目页面](https://github.com/StarWishsama/Nameless-Bot/projects/2)
-
-## 💽 如何构建
-
-1. Clone 或者下载这个项目.
-
-```bash
-git clone https://github.com/StarWishsama/Nameless-Bot.git
-```
-
-2. 编译
-
-本项目使用 Gradle, 因此你可以双击文件夹中的 `gradlew.bat` 以构建这个项目.
-(你可以在 `/build/libs` 下找到构建好的 jar 文件)
-
-## 📜 协议
-[GPL v3.0](https://github.com/StarWishsama/Nameless-Bot/blob/master/LICENSE)
+# Nameless-Bot
+
+A QQ Group bot developed in Mirai-Core.
+
+This bot is under heavy develop now, Many feature may not work as well.
+
+中文版本: [README](https://github.com/StarWishsama/Nameless-Bot/blob/mirai/README_zhCN.md)
+
+[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d1416f718df943b4bb252e98cbd6604e)](https://www.codacy.com/manual/StarWishsama/Nameless-Bot?utm_source=github.com&utm_medium=referral&utm_content=StarWishsama/Nameless-Bot&utm_campaign=Badge_Grade)
+
+
+
+
+
+
+
+
+
+
+## 🎉 Features
+* Search picture original source by picture
+* Rainbow Six: Siege game data info lookup
+* Class clock in
+* Check-in
+* Bilibili up info lookup
+* Search music with LightApp message
+* Arknights / PCR draw simulator
+* Auto convert QQ LightApp for PC user(s)
+* WIP
+
+## ☑ To-Do
+Development Roadmap: [Project Page](https://github.com/StarWishsama/Nameless-Bot/projects/2)
+
+## 💽 How to Build
+
+1. Clone or download the repository to your local computer.
+
+```bash
+git clone https://github.com/StarWishsama/Nameless-Bot.git
+```
+
+2. Compile
+
+Configurations for Gradle is well done. Double-click `gradlew.bat` in the root directory to compile a jar file in folder `/build/libs`.
+
+## 📜 License
+[GPL v3.0](https://github.com/StarWishsama/Nameless-Bot/blob/master/LICENSE)