Update document file

This commit is contained in:
2022-05-01 09:52:53 +08:00
parent 8d226bc42d
commit dfa3362c35
30 changed files with 1957 additions and 164 deletions

View File

@@ -50,7 +50,21 @@ fun IYukiHookXposedInit.encase(vararg hooker: YukiBaseHooker)
**功能描述**
> 在 `IYukiHookXposedInit` 中装载 `YukiHookAPI`。
> 在 `IYukiHookXposedInit` 中调用 `YukiHookAPI`。
### resources [method]
```kotlin
fun IYukiHookXposedInit.resources(initiate: ResourcesParam.() -> Unit)
```
**变更记录**
`v1.0.80` `新增`
**功能描述**
> 在 `IYukiHookXposedInit` 中调用 `YukiHookAPI.resources`。
### modulePrefs [field]
@@ -94,6 +108,20 @@ val Context.processName: String
> 获取当前进程名称。
### isSupportResourcesHook [field]
```kotlin
val Any?.isSupportResourcesHook: Boolean
```
**变更记录**
`v1.0.80` `新增`
**功能描述**
> 判断当前 Hook Framework 是否支持资源钩子(Resources Hook)。
### isModuleActive [field]
```kotlin