sketch 提示词未修饰

This commit is contained in:
2025-09-19 17:31:31 +08:00
parent d59a69e6f4
commit b7b07b8843

View File

@@ -454,6 +454,7 @@ public class GenerateServiceImpl extends ServiceImpl<GenerateMapper, Generate> i
if (!StringUtil.isNullOrEmpty(ageGroup) && ageGroup.equals("Child")) { if (!StringUtil.isNullOrEmpty(ageGroup) && ageGroup.equals("Child")) {
text = text + ", Children's clothing"; text = text + ", Children's clothing";
} }
break;
// generate.setText(text); // generate.setText(text);
default: default:
text = translated; text = translated;