Modify update code notes in YukiHookFactory

This commit is contained in:
2022-08-19 23:29:42 +08:00
parent 55b8250948
commit 3d333a7f3d
2 changed files with 4 additions and 0 deletions

View File

@@ -94,6 +94,8 @@ fun Context.dataChannel(packageName: String): YukiHookDataChannel.NameSpace
> 获取模块的数据通讯桥命名空间对象。
!> 只能在模块环境使用此功能,其它环境下使用将不起作用。
### Context.processName *- ext-field*
```kotlin

View File

@@ -87,6 +87,8 @@ fun Context.modulePrefs(name: String) = modulePrefs.name(name)
/**
* 获取模块的数据通讯桥命名空间对象
*
* - ❗只能在模块环境使用此功能 - 其它环境下使用将不起作用
* @param packageName 目标 Hook APP (宿主) 包名
* @return [YukiHookDataChannel.NameSpace]
*/