mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 10:45:47 +08:00
Modify move package name to global host process name and set to current logger in LoggerFactory
This commit is contained in:
@@ -51,13 +51,17 @@ injectResource(tag = "KuriharaYuki") {
|
||||
### ResourcesHookCreater [class]
|
||||
|
||||
```kotlin
|
||||
inner class ResourcesHookCreater internal constructor(private val tag: String, private val packageName: String)
|
||||
inner class ResourcesHookCreater internal constructor(private val tag: String)
|
||||
```
|
||||
|
||||
**变更记录**
|
||||
|
||||
`v1.0.80` `新增`
|
||||
|
||||
`v1.0.93` `修改`
|
||||
|
||||
移除 `packageName`
|
||||
|
||||
**功能描述**
|
||||
|
||||
> Hook 核心功能实现类。
|
||||
|
Reference in New Issue
Block a user