Fix prop confirmation bug, add Wan 2.7 model, refine multiple UI details, improve prop generation quality and aspect ratio, remove text overlays from Asset Center created images, and optimize prop filtering logic

This commit is contained in:
saturn
2026-04-03 22:36:41 +08:00
parent 854b932e67
commit 78b93331b4
136 changed files with 3393 additions and 875 deletions

View File

@@ -55,8 +55,10 @@
"title": "New Prop",
"name": "Prop Name",
"namePlaceholder": "Enter prop name",
"summary": "Prop Description",
"summaryPlaceholder": "Describe the prop..."
"summary": "Summary",
"summaryPlaceholder": "One-line human summary of the prop, without plot usage...",
"description": "Image Description",
"descriptionPlaceholder": "Describe only the prop itself: material, color, structure, and decoration..."
},
"artStyle": {
"title": "Art Style"

View File

@@ -10,10 +10,10 @@
"appearances": "appearances",
"images": "images",
"cancel": "Cancel",
"confirmCopy": "Confirm Copy",
"copyFromGlobal": "Copy from Asset Hub",
"copySuccess": "Copy successful",
"copyFailed": "Copy failed",
"confirmCopy": "Confirm Import",
"copyFromGlobal": "Import from Asset Hub",
"copySuccess": "Import successful",
"copyFailed": "Import failed",
"preview": "Preview",
"stop": "Stop"
}

View File

@@ -58,7 +58,7 @@
"characterCount": "{count} Characters",
"updateFailed": "Update description failed",
"addFailed": "Add character failed",
"copyFromGlobal": "Copy from Asset Hub"
"copyFromGlobal": "Import from Asset Hub"
},
"location": {
"add": "Add Location",
@@ -83,7 +83,9 @@
"deleteFailed": "Delete failed: {error}",
"name": "Prop Name",
"summary": "Summary",
"summaryPlaceholder": "Describe the prop",
"summaryPlaceholder": "One-line human summary of the prop, without plot usage",
"description": "Image Description",
"descriptionPlaceholder": "Describe only the prop itself: material, color, structure, and decoration",
"regenerateImage": "Regenerate",
"addFailed": "Add prop failed"
},
@@ -171,8 +173,10 @@
"scenePrompt": "Scene Description Prompt",
"appearancePrompt": "Appearance Description Prompt",
"smartModify": "Smart Modify",
"modifyDescription": "AI Modify Description",
"modifyPlaceholder": "e.g.: Change to night, add moonlight, add curtains...",
"modifyPlaceholderCharacter": "e.g.: Change hair to blonde, height to 180cm, wear black suit...",
"modifyPlaceholderProp": "e.g.: change to brushed silver, add carvings to the handle, remove ruby decoration...",
"modifying": "Smart modifying...",
"modifyFailed": "Modification failed",
"editCharacter": "Edit Character",
@@ -344,12 +348,15 @@
"imageEdit": {
"editCharacterImage": "Edit Character Image",
"editLocationImage": "Edit Location Image",
"editPropImage": "Edit Prop Image",
"characterLabel": "Character: {name}",
"locationLabel": "Location: {name}",
"propLabel": "Prop: {name}",
"editInstruction": "Edit Instruction",
"subtitle": "Enter an edit instruction and optionally upload reference images",
"characterPlaceholder": "Describe what you want to change, e.g.: Change hair to blonde, add glasses, change to casual clothes...",
"locationPlaceholder": "Describe what you want to change, e.g.: Add more trees, change to night scene...",
"propPlaceholder": "Describe what you want to change, e.g.: change to brushed silver metal, add carved patterns to the handle, remove gem decoration...",
"storyboardPlaceholder": "Describe what you want to change, e.g.: Change background color, adjust character expression...",
"noAssetHint": "No assets, click \"Add Asset\" to select",
"referenceImages": "Reference Images",

View File

@@ -68,6 +68,7 @@
"aiStoryExpand": "AI story expansion",
"aiModifyAppearance": "Character description modify",
"aiModifyLocation": "Location description modify",
"aiModifyProp": "Prop description modify",
"aiModifyShotPrompt": "Shot prompt modify",
"analyzeShotVariants": "Shot variant analysis",
"aiCreateCharacter": "Project character design",
@@ -80,6 +81,7 @@
"assetHubAiDesignLocation": "Asset hub location design",
"assetHubAiModifyCharacter": "Asset hub character modify",
"assetHubAiModifyLocation": "Asset hub location modify",
"assetHubAiModifyProp": "Asset hub prop modify",
"assetHubReferenceToCharacter": "Asset hub reference to character"
},
"stage": {