feat: add asset library download button, fix env ports, update README, optimize semantics, support multi-image reading, and allow voiceover analysis for silent segments

This commit is contained in:
saturn
2026-03-13 17:37:52 +08:00
parent be1853534a
commit eec27fbabf
41 changed files with 977 additions and 187 deletions

View File

@@ -85,6 +85,9 @@
"selectCount": "Select generation count",
"generateCountPrefix": "Generate",
"generateCountSuffix": "images",
"regenCountPrefix": "Regenerate",
"regenCountSuffix": "",
"regenCountAriaLabel": "Select regeneration count",
"generatedProgress": "Generated {generated}/{total}",
"generating": "Generating",
"regenerating": "Regenerating",
@@ -188,7 +191,8 @@
"regenerateAll": "Regenerate All",
"regenerateAllConfirm": "Regenerate images for all assets? This will overwrite existing images.",
"noAssetsToGenerate": "No assets available for generation",
"regenerateAllHint": "Regenerate all asset images (overwrite existing)"
"regenerateAllHint": "Regenerate all asset images (overwrite existing)",
"downloadAll": "Download all images as ZIP"
},
"common": {
"actions": "Actions",
@@ -241,7 +245,9 @@
"copySuccessCharacter": "Character appearance copied successfully",
"copySuccessLocation": "Location image copied successfully",
"copySuccessVoice": "Voice copied successfully",
"copyFailed": "Copy failed: {error}"
"copyFailed": "Copy failed: {error}",
"downloadEmpty": "No image assets to download",
"downloadFailed": "Download failed"
},
"tts": {
"voiceDesignSaved": "AI-designed voice has been set for {name}",
@@ -326,4 +332,4 @@
"referenceImagesHint": "(optional, paste supported)",
"startEditing": "Start Editing"
}
}
}