Merge document file

This commit is contained in:
2022-04-20 04:29:04 +08:00
parent 68db0ec28f
commit 9bce0d4399
5 changed files with 48 additions and 7 deletions

View File

@@ -20,8 +20,16 @@
> 这里收录了 `YukiHookAPI` 可能会在后期添加的功能。
### 支持独立使用的 Lite 版本
**计划状态:待定**
目前 API 只支持通过自动处理程序绑定到 `xposed_init`,若您不喜欢自动处理程序,一定要自己实现模块装载入口,未来会按照需求人数推出仅有 API 功能的 Lite 版本。
### 支持资源 Hook 和注入系统框架
**计划状态:近期**
目前的 API 仅支持 APP 内的功能 Hook并不支持 `Resource` 的替换以及 Hook 系统框架。
API 还未实现对 `handleInitPackageResources``initZygote` 的调用。