feat: add props system and refactor asset library architecture

This commit is contained in:
saturn
2026-03-19 15:37:47 +08:00
parent 9aff44e37a
commit f364bbc9e4
139 changed files with 9112 additions and 2827 deletions

View File

@@ -51,6 +51,13 @@
"description": "Location Description",
"descPlaceholder": "Enter location description..."
},
"prop": {
"title": "New Prop",
"name": "Prop Name",
"namePlaceholder": "Enter prop name",
"summary": "Prop Description",
"summaryPlaceholder": "Describe the prop..."
},
"artStyle": {
"title": "Art Style"
},
@@ -72,6 +79,8 @@
"addOnlyToAssetHub": "Add only to asset hub",
"addOnlyLocation": "Add location only",
"addOnlyToAssetHubLocation": "Add location to asset hub only",
"addOnlyProp": "Add prop only",
"addOnlyToAssetHubProp": "Add prop to asset hub only",
"addAndGeneratePrefix": "Add and generate",
"generateCountSuffix": "images",
"selectGenerateCount": "Select generation count",