fix: model version field name
This commit is contained in:
parent
7fde9327a2
commit
54401162bd
|
@ -14,7 +14,7 @@ const sdCommonParams = (model: string, data: any) => {
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: locales.SdPanel.ChildModel,
|
name: locales.SdPanel.ModelVersion,
|
||||||
value: "model",
|
value: "model",
|
||||||
type: "select",
|
type: "select",
|
||||||
default: 0,
|
default: 0,
|
||||||
|
|
|
@ -492,7 +492,7 @@ const cn = {
|
||||||
ImageStyle: "图像风格",
|
ImageStyle: "图像风格",
|
||||||
OutFormat: "输出格式",
|
OutFormat: "输出格式",
|
||||||
AIModel: "AI模型",
|
AIModel: "AI模型",
|
||||||
ChildModel: "子模型",
|
ModelVersion: "模型版本",
|
||||||
Submit: "提交生成",
|
Submit: "提交生成",
|
||||||
Styles: {
|
Styles: {
|
||||||
D3Model: "3D模型",
|
D3Model: "3D模型",
|
||||||
|
|
|
@ -498,7 +498,7 @@ const en: LocaleType = {
|
||||||
ImageStyle: "Image Style",
|
ImageStyle: "Image Style",
|
||||||
OutFormat: "Output Format",
|
OutFormat: "Output Format",
|
||||||
AIModel: "AI Model",
|
AIModel: "AI Model",
|
||||||
ChildModel: "Child Model",
|
ModelVersion: "Model Version",
|
||||||
Submit: "Submit",
|
Submit: "Submit",
|
||||||
Styles: {
|
Styles: {
|
||||||
D3Model: "3d-model",
|
D3Model: "3d-model",
|
||||||
|
|
Loading…
Reference in New Issue