更新 llms-full.txt

This commit is contained in:
ycl
2025-06-24 14:29:45 +08:00
parent b06e4b234e
commit e1bdd7f299

View File

@@ -26,8 +26,8 @@
"description": { "type": "string", "description": "描述,描述这个枚举的具体含义介绍这个枚举的用途控制在128个字符以内"}, "description": { "type": "string", "description": "描述,描述这个枚举的具体含义介绍这个枚举的用途控制在128个字符以内"},
"moduleName": { "type": "string", "description": "指定该设计元素(Enum)所属的模块,在创建的时候该字段不能为空,在更新的时候,该字段可以为空"}, "moduleName": { "type": "string", "description": "指定该设计元素(Enum)所属的模块,在创建的时候该字段不能为空,在更新的时候,该字段可以为空"},
"values": { "values": {
"type": "array", "type": "array","description": "枚举值列表",
"items": {"type": "string","description": "枚举值列表,使用英语表达, 单词之间使用下划线分割总长度不能超过32个字符"} "items": {"type": "string","description": "枚举值,使用英语表达, 单词之间使用下划线分割总长度不能超过32个字符"}
} }
}, },
"required":["name","description"] "required":["name","description"]