From a8a40b562f13388b3bb6d0e62269604f2e98cb7e Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 22 Sep 2023 21:38:16 +0800 Subject: [PATCH] docs: optimize features --- docs-source/src/en/index.md | 6 +++--- docs-source/src/zh-cn/index.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs-source/src/en/index.md b/docs-source/src/en/index.md index 80b6cf11..af64fb10 100644 --- a/docs-source/src/en/index.md +++ b/docs-source/src/en/index.md @@ -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 diff --git a/docs-source/src/zh-cn/index.md b/docs-source/src/zh-cn/index.md index 8db40f67..9e53c887 100644 --- a/docs-source/src/zh-cn/index.md +++ b/docs-source/src/zh-cn/index.md @@ -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: 快速上手