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