修复图集切片配方记录类型

从预处理记录读取实际素材记录
This commit is contained in:
2026-08-07 21:01:46 +08:00
parent bd972662c7
commit 9a8564bc1d
@@ -8158,7 +8158,7 @@ pub(crate) async fn generate_editor_icon_spritesheet_for_owner(
generation_inputs: build_editor_deterministic_asset_generation_inputs(
"spritesheet.split",
"输入图集",
&spritesheet_record,
&spritesheet_record.record,
),
path_kind: "icon-spritesheet-assets",
asset_kind: EDITOR_ICON_SPRITESHEET_SLICE_ASSET_KIND,
@@ -9444,7 +9444,7 @@ pub(crate) async fn extract_editor_ui_design_assets_for_owner(
generation_inputs: build_editor_deterministic_asset_generation_inputs(
"spritesheet.split",
"输入图集",
&spritesheet_record,
&spritesheet_record.record,
),
path_kind: "ui-design-assets",
asset_kind: EDITOR_UI_DESIGN_ASSET_IMAGE_KIND,