mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-10-22 19:42:49 +08:00
Modify update code notes in YukiHookFactory
This commit is contained in:
@@ -94,6 +94,8 @@ fun Context.dataChannel(packageName: String): YukiHookDataChannel.NameSpace
|
|||||||
|
|
||||||
> 获取模块的数据通讯桥命名空间对象。
|
> 获取模块的数据通讯桥命名空间对象。
|
||||||
|
|
||||||
|
!> 只能在模块环境使用此功能,其它环境下使用将不起作用。
|
||||||
|
|
||||||
### Context.processName *- ext-field*
|
### Context.processName *- ext-field*
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
|
@@ -87,6 +87,8 @@ fun Context.modulePrefs(name: String) = modulePrefs.name(name)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取模块的数据通讯桥命名空间对象
|
* 获取模块的数据通讯桥命名空间对象
|
||||||
|
*
|
||||||
|
* - ❗只能在模块环境使用此功能 - 其它环境下使用将不起作用
|
||||||
* @param packageName 目标 Hook APP (宿主) 包名
|
* @param packageName 目标 Hook APP (宿主) 包名
|
||||||
* @return [YukiHookDataChannel.NameSpace]
|
* @return [YukiHookDataChannel.NameSpace]
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user