This commit is contained in:
X1627315083@163.com
2026-04-16 09:43:07 +08:00
parent 82c10744fb
commit 3659cb6137
3 changed files with 10 additions and 2 deletions

View File

@@ -26,15 +26,19 @@ const chatAssistant = {
nodeType:NODE_DATATYPE.COLOR_PALETTE, nodeType:NODE_DATATYPE.COLOR_PALETTE,
}, },
[NODE_DATATYPE.SCENE_COMPOSITION]:{ [NODE_DATATYPE.SCENE_COMPOSITION]:{
content: t('FlowCanvas.threeModelDesignAssistant'), content: t('FlowCanvas.sceneCompositionDesignAssistant'),
nodeType:NODE_DATATYPE.SCENE_COMPOSITION, nodeType:NODE_DATATYPE.SCENE_COMPOSITION,
}, },
[NODE_DATATYPE.TO_3D_MODEL]:{ [NODE_DATATYPE.TO_3D_MODEL]:{
content: t('FlowCanvas.threeModelDesignAssistant'), content: t('FlowCanvas.threeModelDesignAssistant'),
nodeType:NODE_DATATYPE.TO_3D_MODEL, nodeType:NODE_DATATYPE.TO_3D_MODEL,
}, },
[NODE_DATATYPE.TO_REAL_VARIANTS]:{
content: t('FlowCanvas.toRealVariantsDesignAssistant'),
nodeType:NODE_DATATYPE.TO_3D_MODEL,
},
[NODE_DATATYPE.TO_3VIEW]:{ [NODE_DATATYPE.TO_3VIEW]:{
content: t('FlowCanvas.threeModelDesignAssistant'), content: t('FlowCanvas.to3DViewDesignAssistant'),
nodeType:NODE_DATATYPE.TO_3VIEW, nodeType:NODE_DATATYPE.TO_3VIEW,
}, },
} }

View File

@@ -215,6 +215,8 @@ export default {
"🔄 I'll turn your render into a 3D model you can rotate and look at from any angle. I'd recommend paying close attention to the corner joints, leg proportions, and seat depth — these are the spots that are easy to miss in a sketch but tend to cause the most trouble during prototyping. Better to catch them now while it's easy to fix.", "🔄 I'll turn your render into a 3D model you can rotate and look at from any angle. I'd recommend paying close attention to the corner joints, leg proportions, and seat depth — these are the spots that are easy to miss in a sketch but tend to cause the most trouble during prototyping. Better to catch them now while it's easy to fix.",
to3DViewDesignAssistant: to3DViewDesignAssistant:
"📐 We're at the final step! I'll export your 3D model as front, side, and top view!", "📐 We're at the final step! I'll export your 3D model as front, side, and top view!",
toRealVariantsDesignAssistant:
'🎨 Ive converted your 3D model into multiple product view cards. Pick the one that feels most natural, sketch directly on it, adjust the structure, or add details—then use this feature to generate a brand-new product render in one click!',
toRealVariantsShortcut1Label: 'Change the...', toRealVariantsShortcut1Label: 'Change the...',
toRealVariantsShortcut1Value: 'Change the sofa backrest shape.', toRealVariantsShortcut1Value: 'Change the sofa backrest shape.',
toRealVariantsShortcut2Label: 'The chair legs...', toRealVariantsShortcut2Label: 'The chair legs...',

View File

@@ -210,6 +210,8 @@ export default {
'🔄 我把你的效果图变成可以转着看的立体模型,你可以从各个角度检查一下结构。我建议重点看看转角、腿脚比例和座面厚度——这几个地方在草图里不容易发现问题,但打样的时候最容易出偏差,现在发现比较好改。', '🔄 我把你的效果图变成可以转着看的立体模型,你可以从各个角度检查一下结构。我建议重点看看转角、腿脚比例和座面厚度——这几个地方在草图里不容易发现问题,但打样的时候最容易出偏差,现在发现比较好改。',
to3DViewDesignAssistant: to3DViewDesignAssistant:
'📐 我们到最后一步了!我来帮你把 3D 模型导出为前视图、侧视图和俯视图!', '📐 我们到最后一步了!我来帮你把 3D 模型导出为前视图、侧视图和俯视图!',
toRealVariantsDesignAssistant:
'🎨 我已经帮你把 3D 模型转换成多个视角的产品卡片,你可以选一张最顺手的,在上面直接涂鸦、改结构或加细节,再使用该功能一键生成全新的产品渲染图!',
toRealVariantsShortcut1Label: '修改...', toRealVariantsShortcut1Label: '修改...',
toRealVariantsShortcut1Value: '修改了沙发靠背的形状.', toRealVariantsShortcut1Value: '修改了沙发靠背的形状.',
toRealVariantsShortcut2Label: '椅子腿...', toRealVariantsShortcut2Label: '椅子腿...',