From 11140b9fb610151e8ddbdff1455e93fbb51d5423 Mon Sep 17 00:00:00 2001 From: menghao Date: Fri, 31 Jul 2026 16:31:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=8E=E7=AB=AF=E6=BA=90?= =?UTF-8?q?=E7=A0=81=E7=BA=A6=E6=9D=9F=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 同步 UI 素材切片持久化失败断言至现有 warning 映射函数 保持生产逻辑和持久层不变 --- server-rs/crates/api-server/src/editor_project.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-rs/crates/api-server/src/editor_project.rs b/server-rs/crates/api-server/src/editor_project.rs index 7b0b54eb9..bf9400509 100644 --- a/server-rs/crates/api-server/src/editor_project.rs +++ b/server-rs/crates/api-server/src/editor_project.rs @@ -13704,7 +13704,7 @@ mod tests { "pub(crate) fn editor_project_payload_from_record", &[ "EDITOR_ASSET_DEFAULT_FOLDER_ID", - "EDITOR_ICON_SPRITESHEET_SLICE_WARNING_PERSISTENCE", + "editor_icon_spritesheet_warning_after_persist_error", "slice_editor_icon_spritesheet_all", ], );