图层修改

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-14 16:02:20 +08:00
parent ff1542c24f
commit ae75fce80b
5121 changed files with 17930 additions and 16467861 deletions

View File

@@ -58,7 +58,8 @@ export function mergeLevelConfigWithMapData(config: LevelConfig, levelRoot: Node
return {
...config,
theme: prefabTheme || config.theme?.trim() || config.theme,
// DB 主题优先(主站批次权威);预制体仅作缺省回退
theme: config.theme?.trim() || prefabTheme || 'silu',
ground: pickGround(
prefabGround as LevelConfig['ground'],
config.ground,