fix: model version field name

This commit is contained in:
licoy 2024-07-02 15:31:30 +08:00
parent 7fde9327a2
commit 54401162bd
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ const sdCommonParams = (model: string, data: any) => {
required: true,
},
{
name: locales.SdPanel.ChildModel,
name: locales.SdPanel.ModelVersion,
value: "model",
type: "select",
default: 0,

View File

@ -492,7 +492,7 @@ const cn = {
ImageStyle: "图像风格",
OutFormat: "输出格式",
AIModel: "AI模型",
ChildModel: "模型",
ModelVersion: "模型版本",
Submit: "提交生成",
Styles: {
D3Model: "3D模型",

View File

@ -498,7 +498,7 @@ const en: LocaleType = {
ImageStyle: "Image Style",
OutFormat: "Output Format",
AIModel: "AI Model",
ChildModel: "Child Model",
ModelVersion: "Model Version",
Submit: "Submit",
Styles: {
D3Model: "3d-model",