fix(comet): declare form input value types

This commit is contained in:
juyua9 2026-08-07 15:14:48 +08:00
parent bfe5e915b9
commit 922434af36

View File

@ -183,6 +183,7 @@
"description": "Element reference from read_page, such as ref_1."
},
"value": {
"type": ["string", "boolean"],
"description": "Value to set; string for text/dropdowns or boolean for checkboxes."
}
},