mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Fix jump url bug in YukiHookAPI, InjectYukiHookWithXposed, YukiHookModulePrefs documentation
This commit is contained in:
@@ -566,8 +566,8 @@ fun encase(baseContext: Context?, vararg hooker: YukiBaseHooker)
|
||||
|
||||
详情请参考
|
||||
|
||||
- [通过 lambda 创建](../../config/api-example#通过-lambda-创建)
|
||||
- [通过 lambda 创建](../../../../../config/api-example#通过-lambda-创建)
|
||||
|
||||
- [通过自定义 Hooker 创建](../../config/api-example#通过自定义-hooker-创建)
|
||||
- [通过自定义 Hooker 创建](../../../../../config/api-example#通过自定义-hooker-创建)
|
||||
|
||||
- [作为 Hook API 使用需要注意的地方](../../config/api-example#作为-hook-api-使用需要注意的地方)
|
||||
- [作为 Hook API 使用需要注意的地方](../../../../../config/api-example#作为-hook-api-使用需要注意的地方)
|
@@ -31,4 +31,4 @@ annotation class InjectYukiHookWithXposed(
|
||||
|
||||
**功能示例**
|
||||
|
||||
详情请参考 [InjectYukiHookWithXposed 注解](../../config/xposed-using#injectyukihookwithxposed-注解)。
|
||||
详情请参考 [InjectYukiHookWithXposed 注解](../../../../../../../config/xposed-using#injectyukihookwithxposed-注解)。
|
@@ -28,7 +28,7 @@ class YukiHookModulePrefs private constructor(private var context: Context?)
|
||||
|
||||
详见 [New XSharedPreferences](https://github.com/LSPosed/LSPosed/wiki/New-XSharedPreferences#for-the-module)。
|
||||
|
||||
若你在按照规定配置后依然无法使用或出现文件权限错误问题,可以参考 [isEnableHookSharedPreferences](YukiHookAPI#isenablehooksharedpreferences-field)。
|
||||
若你在按照规定配置后依然无法使用或出现文件权限错误问题,可以参考 [isEnableHookSharedPreferences](../../../YukiHookAPI#isenablehooksharedpreferences-field)。
|
||||
|
||||
未使用 LSPosed 环境请将你的模块 `API` 降至 `26` 以下,`YukiHookAPI` 将会尝试使用 `makeWorldReadable` 但仍有可能不成功。
|
||||
|
||||
|
Reference in New Issue
Block a user