Merge pull request #12 from GSWXXN/patch-1

Add array type for resources condition finder
This commit is contained in:
Fankesyooni
2022-06-22 02:05:42 +08:00
committed by GitHub

View File

@@ -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]