From 2dc4ea9d4515e4ca1a9434b51e99f7823c9c5559 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 30 Dec 2022 01:55:25 +0800 Subject: [PATCH] Modify change Xposed support description in home documentation --- docs-source/src/en/guide/home.md | 2 +- docs-source/src/zh-cn/guide/home.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-source/src/en/guide/home.md b/docs-source/src/en/guide/home.md index 6f134402..c0af4ede 100644 --- a/docs-source/src/en/guide/home.md +++ b/docs-source/src/en/guide/home.md @@ -183,4 +183,4 @@ The following are the `Hook Framework` and Xposed framework supported by `YukiHo | [FastHook](https://github.com/turing-technician/FastHook) | ❗ | Need to implement the Xposed API yourself | | [Epic](https://github.com/tiann/epic) | ❗ | Need [Dexposed](https://github.com/alibaba/dexposed) by yourself | | [TaiChi](https://github.com/taichi-framework/TaiChi) | ⭕ | Only available for Xposed Module | -| [Xposed](https://github.com/rovo89/Xposed) | ❎ | Not test, no longer recommended | \ No newline at end of file +| [Xposed](https://github.com/rovo89/Xposed) | ⭕ | Recommended minimum system version is Android 7.0 | \ No newline at end of file diff --git a/docs-source/src/zh-cn/guide/home.md b/docs-source/src/zh-cn/guide/home.md index 7795fc09..2e91083f 100644 --- a/docs-source/src/zh-cn/guide/home.md +++ b/docs-source/src/zh-cn/guide/home.md @@ -183,4 +183,4 @@ class HookEntry : IXposedHookZygoteInit, IXposedHookLoadPackage, IXposedHookInit | [FastHook](https://github.com/turing-technician/FastHook) | ❗ | 需要自行实现 Xposed API | | [Epic](https://github.com/tiann/epic) | ❗ | 需要自行对接 [Dexposed](https://github.com/alibaba/dexposed) | | [TaiChi](https://github.com/taichi-framework/TaiChi) | ⭕ | 可以作为模块使用 | -| [Xposed](https://github.com/rovo89/Xposed) | ❎ | 未测试,不再推荐使用 | \ No newline at end of file +| [Xposed](https://github.com/rovo89/Xposed) | ⭕ | 建议最低系统版本为 Android 7.0 | \ No newline at end of file