软装形体质感
已选择: {{ selectedForms.length }} / {{ maxSelections }} @if (selectedForms.length > 0) { }
@for (option of formOptions; track option.id) {
@if (isSelected(option.id)) { }
{{ option.name }}

{{ option.description }}

@for (texture of option.textures; track texture) { {{ getTextureName(texture) }} }
@if (showExamples && option.examples.length > 0) {
示例: {{ option.examples.join('、') }}
}
}
@if (selectedForms.length > 0) {
分析结果
主导质感: {{ calculateDominantTexture() }}
形体复杂度: {{ getComplexityName(calculateFormComplexity()) }}
风格方向: {{ determineStyleDirection() }}
}