修复冲突错误

This commit is contained in:
kdletters
2026-05-19 00:07:43 +08:00
parent d1adfa3406
commit 5e03b3d2f2
4 changed files with 62 additions and 3972 deletions

View File

@@ -338,7 +338,7 @@ pub(super) fn map_puzzle_work_summary_response(
.saturating_sub(item.point_incentive_claimed_points),
publish_ready: item.publish_ready,
generation_status,
levels: Vec::new(),
levels: item.levels.iter().map(|x|map_puzzle_draft_level_response(x.clone())).collect(),
}
}
@@ -603,4 +603,4 @@ pub(super) fn build_puzzle_welcome_text(seed_text: &str) -> String {
}
"拼图创作信息已准备好。".to_string()
}
}