addedInput schema / properties / avoid
Added value: +{
+ "description": "项目特定禁用项,如 卡片瀑布、大标题、装饰性图标、大面积空白。",
+ "oneOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+}
addedInput schema / properties / brand_personality
Added value: +{
+ "description": "品牌气质,如 精准、可信、克制。字符串可用逗号分隔。",
+ "oneOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+}
addedInput schema / properties / density
Added value: +{
+ "description": "内容密度。专业后台通常 compact,通用产品 comfortable,营销页 spacious。",
+ "enum": [
+ "compact",
+ "comfortable",
+ "spacious"
+ ],
+ "type": "string"
+}
changedInput schema / properties / description / description
Previous value: -"系统说明(推荐):详细描述产品功能、特点、使用场景。例如:'政府类网站,需要权威、可信、易用的设计风格,面向公众提供政务服务'。这将帮助推理引擎生成更准确的设计方案。"New value: +"页面或产品的核心任务、关键内容和使用场景。不要只写视觉形容词。"
changedInput schema / properties / keywords / description
Previous value: -"关键词(可选):逗号分隔的关键词,如 'professional, modern, trustworthy, authoritative'(专业、现代、可信、权威)。用于辅助匹配设计风格。"New value: +"兼容旧调用方。等价于 brand_personality,后续应改用 brand_personality。"
changedInput schema / properties / product_type / description
Previous value: -"产品类型(必填):SaaS, E-commerce, Healthcare, Fintech, Government(政府), Education(教育), Portfolio, Agency 等。这是推理引擎的核心输入。"New value: +"产品类型,如 SaaS、交易系统、医疗应用、电商或品牌官网。"
addedInput schema / properties / references
Added value: +{
+ "description": "参考产品或设计方法,如 Linear、Apple、Vercel。只提取结构方法,不照抄视觉。",
+ "oneOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ ]
+}
addedInput schema / properties / screen_type
Added value: +{
+ "description": "页面类型,如 professional-dashboard、workflow-console、marketing-page、commerce-catalog、commerce-detail、content-workspace。未传时自动判断。",
+ "type": "string"
+}
changedInput schema / properties / stack / description
Previous value: -"技术栈(推荐):react, vue, nextjs, nuxtjs, tailwind, html, svelte, astro 等。用于生成特定技术栈的实现建议和配置代码。"New value: +"技术栈,如 react、nextjs、vue、nuxt、html。仅影响实现建议,不决定审美。"
changedInput schema / properties / target_audience / description
Previous value: -"目标用户(可选):如 'B2B企业', 'C端消费者', '政府公务员', '普通市民', '开发者' 等。帮助推理引擎选择合适的设计风格。"New value: +"目标用户及其专业程度、使用频率和主要压力。"
addedInput schema / properties / target_score
Added value: +{
+ "default": 8.5,
+ "description": "视觉验收目标分数。低于该分数不得交付。",
+ "maximum": 10,
+ "minimum": 7.5,
+ "type": "number"
+}
addedInput schema / properties / visual_direction
Added value: +{
+ "description": "指定视觉方向。内置方向包括 editorial-precision、operational-clarity、calm-trust、product-storytelling、commerce-focus,也支持自定义名称。",
+ "type": "string"
+}