Fix jump url bug in YukiHookAPI, InjectYukiHookWithXposed, YukiHookModulePrefs documentation

This commit is contained in:
2022-09-23 00:00:09 +08:00
parent e09d2b7eaa
commit 8e9794f0b8
3 changed files with 5 additions and 5 deletions

View File

@@ -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-使用需要注意的地方)

View File

@@ -31,4 +31,4 @@ annotation class InjectYukiHookWithXposed(
**功能示例**
详情请参考 [InjectYukiHookWithXposed 注解](../../config/xposed-using#injectyukihookwithxposed-注解)。
详情请参考 [InjectYukiHookWithXposed 注解](../../../../../../../config/xposed-using#injectyukihookwithxposed-注解)。

View File

@@ -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` 但仍有可能不成功。