Add array type for resources condition finder

This commit is contained in:
GSWXXN
2022-06-22 01:34:07 +08:00
committed by GitHub
parent 29a65391fa
commit cee3ef9e96

View File

@@ -305,6 +305,11 @@ class YukiResourcesHookCreater(private val packageParam: PackageParam, @Publishe
type = "mipmap"
}
/** 设置 Resources 类型为数组(Array) */
fun array() {
type = "array"
}
/**
* 创建查找对象实例
* @return [ConditionFinder]