mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Add array type for resources condition finder
This commit is contained in:
@@ -305,6 +305,11 @@ class YukiResourcesHookCreater(private val packageParam: PackageParam, @Publishe
|
|||||||
type = "mipmap"
|
type = "mipmap"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 设置 Resources 类型为数组(Array) */
|
||||||
|
fun array() {
|
||||||
|
type = "array"
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建查找对象实例
|
* 创建查找对象实例
|
||||||
* @return [ConditionFinder]
|
* @return [ConditionFinder]
|
||||||
|
Reference in New Issue
Block a user