From f7db464d1db2c493c1efa6f8dc022b96262badb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8C=E5=A0=86=E5=B0=8F=E9=80=8F=E6=98=8E?= Date: Wed, 9 Mar 2022 19:08:37 +0800 Subject: [PATCH] Update `README.md` --- README.md | 4 +++ README_EN.md | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 README_EN.md diff --git a/README.md b/README.md index 8b737aff..1b7dc743 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@
logo

Simplicity Tools

+

+ English 丨 简体中文 +

GitHub all releases GitHub stars GitHub issues @@ -9,6 +12,7 @@
+ ### 模块说明 仅支持MIUI13(Android12)。其余版本可能无效,请不要安装使用。 diff --git a/README_EN.md b/README_EN.md new file mode 100644 index 00000000..59733efc --- /dev/null +++ b/README_EN.md @@ -0,0 +1,99 @@ +
+ logo +

Simplicity Tools

+

+ English 丨 简体中文 +

+ GitHub all releases + GitHub stars + GitHub issues + GitHub license +

A system extension Xposed module based on MIUI13 (Android12)

+
+ + + +### Description + +Only MIUI13 (Android12) is supported. The rest of the versions may not be valid, please do not install and use. +It is in the early stage of development, with fewer functions, and will be improved gradually. + +### Features +
+Click to expand details + +- Interface + - Remove upper level display notifications +- Status Bar + - Status bar web speed second refresh + - Hide status bar power (%) + - Hide status bar internet speed (/s) units + - Unblock the maximum number of notification icons +- Status bar clock format + - Show year switch + - Show month switch + - Show date switch + - Show week switch + - Show hour switch + - Display time switch + - Display seconds switch + - Hide interval switch + - Double line display switch + - Clock size customization + - Double row clock size customization +- Status bar icons + - Hide battery icon switch + - Hide GPS icon switch + - Hide Bluetooth icon switch + - Hide Bluetooth power icon switch + - Hide small HD icon switch + - Hide large HD icon switch + - Hide HD no service switch + - Hide SIM card one icon switch + - Hide SIM card two icon switch + - Hide No SIM icon switch + - Hide mobile type icon switch + - Hide mobile arrow icon switch + - Hide WIFI icon switch + - Hide WIFI arrow switch + - Hide WiFi assist icon switch + - Hide WIFI hotspot icon switch + - Hide VPN icon switch + - Hide Airplane Mode icon switch + - Hide alarm clock icon switch + - Hide headset icon switch + - Hide sound, do not disturb icon switch +- Notification panel + - Show weather switch + - Show weather area switch +- Desktop + - Always show desktop clock +- Performance + - Lock current refresh rate limit (tile support) +- Other + - Allow screenshots (tile support) + - Unrestrict installation (downgrade, different signature, unsigned installation supported) + - Skip 5/10 seconds warning time + - Prevent recovery of battery optimization whitelist + - Unlock unsupported small windows app restriction + - Unlock unlimited crop image/screenshot feature + + +
+ +### Screenshot +![1645799092183](https://user-images.githubusercontent.com/32336368/155731592-304443db-ea15-4305-8dde-21f3303963bb.jpg) +![1645799092177](https://user-images.githubusercontent.com/32336368/155731610-66867463-03e3-4610-9639-3bf746938865.jpg) + +### Download + +Xposed Repo:[Click here to download the latest release](https://github.com/Xposed-Modules-Repo/com.lt2333.simplicitytools/releases) + +## Third party open source references +##### GNU General Public License v2.0 +[LSPosed/CorePatch](https://github.com/LSPosed/CorePatch) +##### GNU Lesser General Public License v2.1 +[577fkj/blockmiui](https://github.com/577fkj/blockmiui) + +## License +[GNU General Public License v3.0](https://github.com/LittleTurtle2333/SimplicityTools/blob/main/LICENSE)