@ -66,6 +66,10 @@ const CommandAndAttributeSchemas: FormSchema[] = [
{ type: 'number', min: +dataSpecs.min, max: +dataSpecs.max, message: `数值范围为: ${dataSpecs.min}-${dataSpecs.max}` },
]
break
default: {
const _exhaustiveCheck: never = dataType
return _exhaustiveCheck
}
schema = {