mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Fix translation problem in xposed-using documentation
This commit is contained in:
@@ -205,7 +205,7 @@ class _YukiHookXposedInit : IXposedHookZygoteInit, IXposedHookLoadPackage, IXpos
|
||||
}
|
||||
```
|
||||
|
||||
If your current project does not need to use Reources Hook, you can set `isUsingResourcesHook = false` to disable automatic generation.
|
||||
If your current project does not need to use Resources Hook, you can set `isUsingResourcesHook = false` to disable automatic generation.
|
||||
|
||||
> The following example
|
||||
|
||||
|
@@ -199,7 +199,7 @@ class _YukiHookXposedInit : IXposedHookZygoteInit, IXposedHookLoadPackage, IXpos
|
||||
}
|
||||
```
|
||||
|
||||
若你当前的项目并不需要用到 Reources Hook,可以设置 `isUsingResourcesHook = false` 来关闭自动生成。
|
||||
若你当前的项目并不需要用到 Resources Hook,可以设置 `isUsingResourcesHook = false` 来关闭自动生成。
|
||||
|
||||
> 示例如下
|
||||
|
||||
|
Reference in New Issue
Block a user