docs: optimize features

This commit is contained in:
2023-09-22 21:38:16 +08:00
parent 20618c10ec
commit a8a40b562f
2 changed files with 6 additions and 6 deletions

View File

@@ -11,13 +11,13 @@ actions:
type: secondary
features:
- title: Xposed Module Develop
details: The automatic builder can help you quickly create an Xposed Module, automatic configure the entry class and xposed_init file.
details: The automatic builder can help you quickly create an Xposed Module, automatic configure the entry class and xposed_init files.
- title: Light and Elegant
details: A powerful, elegant, beautiful API built with Kotlin lambda can help you quickly implement members search and methods hooks.
details: A powerful, elegant, beautiful API built with Kotlin lambda can help you quickly implement method Hook and more convenient functions.
- title: Debugging Efficient
details: A rich debug log function, detailing the name of each hooked method, time-consuming to find the class can quickly debug and find errors.
- title: Easy to Transplant
details: Native support for Xposed API usage, in any case, the supported Hook Framework with Xposed API can be quickly spliced with it.
details: Natively supports multiple Xposed API usages and natively connects to multiple Xposed APIs, Hook Frameworks within the supported range can be quickly integrated.
- title: Obfuscate Support
details: The built Xposed Module simply supports R8, obfuscate will not destroy the hook entry point, and no other configuration is required under R8.
- title: Quickly Started

View File

@@ -11,13 +11,13 @@ actions:
type: secondary
features:
- title: Xposed 模块开发
details: 自动构建程序可以帮你快速创建一个 Xposed 模块,完全省去配置入口类和 xposed_init 文件。
details: 自动构建程序可以帮你快速创建一个 Xposed 模块,完全省去配置入口类和 xposed_init 文件。
- title: 轻量优雅
details: 拥有一套强大、优雅、人性化、完全使用 Kotlin lambda 打造的 API可以帮你快速实现字节码的查找以及方法 Hook。
details: 拥有一套强大、优雅、人性化、完全使用 Kotlin lambda 打造的 API可以帮你快速实现方法 Hook 以及更多便捷功能
- title: 高效调试
details: 拥有丰富的调试日志功能,细到每个 Hook 方法的名称、所在类以及查找耗时,可进行快速调试和排错。
- title: 方便移植
details: 原生支持 Xposed API 用法,并原生对接 Xposed API拥有 Xposed API 的 Hook Framework 都能进行快速对接。
details: 原生支持多种 Xposed API 用法,并原生对接多种 Xposed API支持范围内的 Hook Frameworks 都能进行快速对接。
- title: 支持混淆
details: 构建的 Xposed 模块原生支持 R8 压缩优化混淆,混淆不会破坏 Hook 入口点R8 下无需任何其它配置。
- title: 快速上手