diff --git a/server-rs/crates/api-server/src/editor_project.rs b/server-rs/crates/api-server/src/editor_project.rs index bf69c1a68..f0b668f20 100644 --- a/server-rs/crates/api-server/src/editor_project.rs +++ b/server-rs/crates/api-server/src/editor_project.rs @@ -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,