From 8748cbba2db538ff8a60cd68aca3d168c84cef0f Mon Sep 17 00:00:00 2001 From: Level3R Date: Wed, 11 Feb 2026 02:14:23 +0800 Subject: [PATCH 1/3] 1. Changed the README.md to include the new translation and renamed the old translation to README_zh-Hans.md for better clarity. 2. Removed the old translation file to avoid confusion and maintain a cleaner project structure. 3. Modified README_zh-Hans.md to ensure consistency with the original README.md. --- README.md | 5 +- Translation/CN/Readme.md => README_zh-Hans.md | 82 ++++++------------- 2 files changed, 27 insertions(+), 60 deletions(-) rename Translation/CN/Readme.md => README_zh-Hans.md (56%) diff --git a/README.md b/README.md index 2b01d83..561c0d0 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ +English | [简体中文](README_zh-Hans.md) +|-|-| + # Axeron Manager (AxManager) (Not-Final) > Hi! This project is still in early development. I’m learning and experimenting while building it, so things may not be complete or could change later. Thanks for checking it out! -[Switch to Chinese translation 切换到中文翻译](Translation/CN/Readme.md) - **AxManager** is an Android application designed to provide deeper control over apps and the system. Unlike tools such as *KernelSU* or other root-based “Managers,” **AxManager** is dedicated to **ADB/Non-Root mode** — while still allowing execution with **Root access** if available. [Learn More](https://fahrez182.github.io/AxManager/) diff --git a/Translation/CN/Readme.md b/README_zh-Hans.md similarity index 56% rename from Translation/CN/Readme.md rename to README_zh-Hans.md index 6cc0609..2e64d31 100644 --- a/Translation/CN/Readme.md +++ b/README_zh-Hans.md @@ -1,111 +1,77 @@ +[English](README.md) | 简体中文 +|-|-| + # Axeron 管理器 (AxManager)(非最终版) -> 大家好!本项目仍处于早期开发阶段。我在开发过程中不断学习和尝试,因此某些功能可能尚未完善,并且未来可能会有所更改。 +> 大家好!本项目仍处于早期开发阶段。我在开发过程中不断学习和尝试,因此某些功能可能尚未完善,并且未来可能会有所更改。 感谢您的关注! **AxManager** 是一款 Android 应用,旨在提供对应用和系统的深度控制。 - -与 *KernelSU* 或其他基于 root 权限的“管理器”等工具不同,**AxManager** 专用于 **ADB/非 root 模式**,同时在设备拥有 **root 权限** 时,也允许执行命令。[了解更多](https://fahrez182.github.io/AxManager/) +与 *KernelSU* 或其他基于 Root 权限的“管理器”等工具不同,**AxManager** 专用于 **ADB/非 Root 模式**,同时在设备拥有 **Root 权限** 时,也允许执行命令。[了解更多](https://fahrez182.github.io/AxManager/) ## ✨ 功能 - - 🖥️ **Shell 执行器** + 直接从应用运行 Shell 命令。 + - 支持 **ADB / 非 Root 执行**。 + - 如果设备拥有 Root 权限,则可选择 **Root 执行**。 -直接从应用运行 shell 命令。 - -- 支持 **ADB/非 root 执行**。 - -- 如果设备拥有 root 权限,则可选择 **root 执行**。 - -- ⚡ **插件(无需root权限的模块)** - -无需root权限即可管理第三方模块。[了解更多](https://fahrez182.github.io/AxManager/plugin/what-is-plugin.html) - -- 🌐 **WebUI(无需root权限的版本)** +- ⚡ **插件(无需 Root 权限的模块)** + 无需 Root 权限即可管理第三方模块。[了解更多](https://fahrez182.github.io/AxManager/plugin/what-is-plugin.html) -通过基于Web的交互式界面执行shell命令。[了解更多](https://fahrez182.github.io/AxManager/plugin/what-is-plugin.html#webui) - -## 📱 与root管理器的主要区别 - -- 🚫 **不**依赖root权限。 - -- ✅ 优先考虑**ADB/非root权限**,使其可在更广泛的设备上使用。 +- 🌐 **WebUI(无需 Root 权限的版本)** + 通过基于 Web 的交互式界面执行 Shell 命令。[了解更多](https://fahrez182.github.io/AxManager/plugin/what-is-plugin.html#webui) +## 📱 与Root管理器的主要区别 +- 🚫 **不**依赖 Root 权限。 +- ✅ 优先考虑 **ADB/非 Root 权限**,使其可在更广泛的设备上使用。 - 🔑 Root支持是**可选的**,并非必需。 - -- 🌐 提供**WebShell UI**作为一项独特功能。 +- 🌐 提供 **WebShell UI** 作为一项独特功能。 ## 📖 路线图 - - [x] 无线调试激活器。 - -- [x] 命令行/Root 激活器。 - +- [x] 命令行 / Root 激活器。 - [x] Shell 执行器基本支持(ADB/非 Root)。 - - [x] 使用无线调试时自动激活(测试) - -- [x] 支持多会话的 WebUI。 - -- [x] 第三方扩展的插件系统。 - +- [x] ~~支持多会话的 WebUI。~~ +- [x] 第三方扩展的[插件](https://fahrez182.github.io/AxManager/plugin/what-is-plugin.html)系统。 - [x] 开发者模式和高级调试工具。 - - [ ] 基于配置文件的应用优化。 -## 🔧 构建与安装 - +## 🔧 构建 & 安装 克隆仓库并使用 Android Studio 或 Gradle 进行构建: ```bash - git clone https://github.com/username/AxManager.git - cd AxManager - ./gradlew assembleDebug - ``` 通过 ADB 安装到您的设备: ```bash - adb install app/build/outputs/apk/debug/app-debug.apk - ``` ## 🤝 贡献 - 欢迎贡献! +您可以提交 **issues**、**pull request** 或发起讨论,提出新的想法和改进建议。 -您可以提交**issues**、**pull request**或发起讨论,提出新的想法和改进建议。 ## 🙏 致谢 - -- **[Magisk]()** “BusyBox 和插件(无需root权限的模块)的灵感来源” - +- **[Magisk]()** “**BusyBox** 和插件(无需 Root 权限的模块)的灵感来源” - **[Shizuku](https://github.com/RikkaApps/Shizuku) / [API](https://github.com/RikkaApps/Shizuku-API)** “学习 Android 进程间通信 (IPC) 和基于 ADB 的权限处理的起点和参考” - - **[KernelSU](https://github.com/tiann/KernelSU) / [Next](https://github.com/KernelSU-Next/KernelSU-Next)** “UI 和 WebUI 功能的灵感来源”。 ## ⚠️ 声明与法律免责声明 - 本项目包含以下项目的改编代码: - - Shizuku Manager (© Rikka Apps) - -遵循 Apache License 2.0 许可协议 - -代码仓库:https://github.com/RikkaApps/Shizuku - + 遵循 Apache License 2.0 许可协议 + 代码仓库:https://github.com/RikkaApps/Shizuku - 上述提及的其他开源项目。 AxManager 不包含或分发任何 Shizuku Manager 的原始视觉素材,也不声称是其官方替代品。 - 所有改编代码均严格用于教育和实验目的,并已明确注明出处,且符合 Apache License 2.0 许可协议。 ## 📜 许可协议 - 遵循 [Apache License 2.0](LICENSE) 许可协议。 From 47354adf1993b290c6a7a0d9a0592dc55577aa61 Mon Sep 17 00:00:00 2001 From: Lv3R <572070986@qq.com> Date: Wed, 11 Feb 2026 06:06:00 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README=5Fzh-Hans.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected the proper nouns. --- README_zh-Hans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh-Hans.md b/README_zh-Hans.md index 2e64d31..03dc7da 100644 --- a/README_zh-Hans.md +++ b/README_zh-Hans.md @@ -55,7 +55,7 @@ adb install app/build/outputs/apk/debug/app-debug.apk ## 🤝 贡献 欢迎贡献! -您可以提交 **issues**、**pull request** 或发起讨论,提出新的想法和改进建议。 +您可以提交 **Issues**、**Pull requests** 或发起讨论,提出新的想法和改进建议。 ## 🙏 致谢 From 8c2c520742351763e88e676af75d4b77da65ccc6 Mon Sep 17 00:00:00 2001 From: Lv3R <572070986@qq.com> Date: Wed, 11 Feb 2026 06:13:08 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected the proper nouns. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 561c0d0..ed521a3 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ adb install app/build/outputs/apk/debug/app-debug.apk ## 🤝 Contribution Contributions are welcome! -Feel free to open **issues**, submit **pull requests**, or start a discussion for new ideas and improvements. +Feel free to open **Issues**, submit **Pull requests**, or start a discussion for new ideas and improvements. ## 🙏 Credits