Modify change Xposed support description in home documentation

This commit is contained in:
2022-12-30 01:55:25 +08:00
parent b84e3d9737
commit 2dc4ea9d45
2 changed files with 2 additions and 2 deletions

View File

@@ -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 | | [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 | | [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 | | [TaiChi](https://github.com/taichi-framework/TaiChi) | ⭕ | Only available for Xposed Module |
| [Xposed](https://github.com/rovo89/Xposed) | | Not test, no longer recommended | | [Xposed](https://github.com/rovo89/Xposed) | | Recommended minimum system version is Android 7.0 |

View File

@@ -183,4 +183,4 @@ class HookEntry : IXposedHookZygoteInit, IXposedHookLoadPackage, IXposedHookInit
| [FastHook](https://github.com/turing-technician/FastHook) | ❗ | 需要自行实现 Xposed API | | [FastHook](https://github.com/turing-technician/FastHook) | ❗ | 需要自行实现 Xposed API |
| [Epic](https://github.com/tiann/epic) | ❗ | 需要自行对接 [Dexposed](https://github.com/alibaba/dexposed) | | [Epic](https://github.com/tiann/epic) | ❗ | 需要自行对接 [Dexposed](https://github.com/alibaba/dexposed) |
| [TaiChi](https://github.com/taichi-framework/TaiChi) | ⭕ | 可以作为模块使用 | | [TaiChi](https://github.com/taichi-framework/TaiChi) | ⭕ | 可以作为模块使用 |
| [Xposed](https://github.com/rovo89/Xposed) | | 未测试,不再推荐使用 | | [Xposed](https://github.com/rovo89/Xposed) | | 建议最低系统版本为 Android 7.0 |