Added type function in YukiHookAPI.Status.Executor and add ExecutorType

This commit is contained in:
2023-04-16 20:21:35 +08:00
parent 3b8eba21b0
commit 404bbfa4eb
8 changed files with 359 additions and 0 deletions

View File

@@ -260,6 +260,26 @@ val name: String
:::
#### type <span class="symbol">- field</span>
```kotlin:no-line-numbers
val type: ExecutorType
```
**Change Records**
`v1.1.9` `added`
**Function Illustrate**
> 获取当前 Hook Framework 类型。
::: warning
在模块环境中需要启用 **Configs.isEnableHookModuleStatus**。
:::
#### apiLevel <span class="symbol">- field</span>
```kotlin:no-line-numbers