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

@@ -252,6 +252,26 @@ val name: String
:::
#### type <span class="symbol">- field</span>
```kotlin:no-line-numbers
val type: ExecutorType
```
**变更记录**
`v1.1.9` `新增`
**功能描述**
> 获取当前 Hook Framework 类型。
::: warning
在模块环境中需要启用 **Configs.isEnableHookModuleStatus**。
:::
#### apiLevel <span class="symbol">- field</span>
```kotlin:no-line-numbers