From 90f9ef224a77c1746304824e12fcbfaf2f568069 Mon Sep 17 00:00:00 2001 From: Pang YS Date: Fri, 20 Dec 2024 12:27:56 +0800 Subject: [PATCH 1/3] MiTool: Add CN translation --- README_CN.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 README_CN.md diff --git a/README_CN.md b/README_CN.md new file mode 100644 index 0000000..660c239 --- /dev/null +++ b/README_CN.md @@ -0,0 +1,43 @@ +
+ +

MiTool

+ +![](https://img.shields.io/badge/Compatible%20with%20Android(Termux)-black?logo=android&logoColor=green&style=for-the-badge) + +[![版本 1.5.7](https://img.shields.io/badge/版本-1.5.7-brightgreen)](#) + +[![更新日志](https://img.shields.io/badge/更新日志-brightgreen)](https://github.com/offici5l/MiTool/blob/main/CHANGELOG.md) + +[![Telegram 频道](https://img.shields.io/badge/-Telegram频道-red?color=white&logo=telegram&logoColor=blue)](https://t.me/Offici5l_Channel) + +
+ +## MiTool 待加功能: + +- [x] 解锁Bootloader +- [x] 刷线刷包 +- [x] 刷卡刷包 +- [x] 绕过 +- [ ] 更多功能 + +## 使用方法: + +1 - 安装 [Termux & Termux-api](http://offici5l.github.io/d-termux.html) + +2 - 在Termux运行: +```bash +termux-setup-storage +``` +```bash +curl -sS https://raw.githubusercontent.com/offici5l/MiTool/master/install.sh | bash +``` + +
+ +[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](./LICENSE) + + + + + + From 6be439447a3fe5fd46f3c765032a654d0da2c18f Mon Sep 17 00:00:00 2001 From: Pang YS Date: Fri, 20 Dec 2024 13:44:56 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a30bb3..34f3866 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**English** | [简体中文](README_CN.md) +

MiTool

From 7b85ad41af57087c5dc9b332079d197cfa540b9f Mon Sep 17 00:00:00 2001 From: Pang YS Date: Fri, 20 Dec 2024 13:45:10 +0800 Subject: [PATCH 3/3] Update README_CN.md --- README_CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_CN.md b/README_CN.md index 660c239..2f93aba 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,3 +1,4 @@ +[English](README.md) | **简体中文**

MiTool