Modify organize documentation

This commit is contained in:
2022-08-17 02:03:10 +08:00
parent 44d4f7c29c
commit 134a45f3e0
55 changed files with 557 additions and 524 deletions

View File

@@ -242,7 +242,7 @@ encase {
- 装载 `handleInitPackageResources``encase`
在这个过程中,你需要使用 `loadApp``loadSystem``loadZygote` 来区分每一次装载代码的用域,否则你的代码就会被<u>**多次执行造成错误**</u>
在这个过程中,你需要使用 `loadApp``loadSystem``loadZygote` 来区分每一次装载代码的用域,否则你的代码就会被<u>**多次执行造成错误**</u>
下面是两个**错误**示例。
@@ -363,4 +363,4 @@ fun encase(baseContext: Context?, vararg hooker: YukiBaseHooker)
!> Resources Hook 功能不支持作为 Hook API 使用。
<br/><br/>
[浏览下一篇 ➡️](config/api-exception.md)
[浏览下一篇 &nbsp;➡️](config/api-exception.md)