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": "场景描述",
"descPlaceholder": "请输入场景描述..."
},
"prop": {
"title": "新建道具",
"name": "道具名称",
"namePlaceholder": "请输入道具名称",
"summary": "道具描述",
"summaryPlaceholder": "请输入道具描述..."
},
"artStyle": {
"title": "画面风格"
},
@@ -72,6 +79,8 @@
"addOnlyToAssetHub": "仅添加人物到资产库",
"addOnlyLocation": "仅添加场景",
"addOnlyToAssetHubLocation": "仅添加场景到资产库",
"addOnlyProp": "仅添加道具",
"addOnlyToAssetHubProp": "仅添加道具到资产库",
"addAndGeneratePrefix": "添加并生成",
"generateCountSuffix": "张图片",
"selectGenerateCount": "选择生成数量",