Merge branch 'master' of http://82.157.175.59:3000/GenarrativeAI/Genarrative
This commit is contained in:
@@ -2419,19 +2419,19 @@ fn upsert_puzzle_profile_save_archive(
|
||||
upsert_profile_save_archive(
|
||||
ctx,
|
||||
ProfileSaveArchiveUpsertInput {
|
||||
user_id: user_id.to_string(),
|
||||
world_key,
|
||||
owner_user_id: resolve_puzzle_current_owner_user_id(ctx, ¤t_level.profile_id),
|
||||
profile_id: Some(run.entry_profile_id.clone()),
|
||||
world_type: Some("PUZZLE".to_string()),
|
||||
world_name: current_level.level_name.clone(),
|
||||
subtitle: format!("第 {} 关", current_level.level_index),
|
||||
summary_text: puzzle_archive_summary_text(current_level.status),
|
||||
cover_image_src: current_level.cover_image_src.clone(),
|
||||
bottom_tab: "puzzle".to_string(),
|
||||
game_state_json,
|
||||
current_story_json: None,
|
||||
saved_at_micros,
|
||||
user_id: user_id.to_string(),
|
||||
world_key,
|
||||
owner_user_id: resolve_puzzle_current_owner_user_id(ctx, ¤t_level.profile_id),
|
||||
profile_id: Some(run.entry_profile_id.clone()),
|
||||
world_type: Some("PUZZLE".to_string()),
|
||||
world_name: current_level.level_name.clone(),
|
||||
subtitle: format!("第 {} 关", current_level.level_index),
|
||||
summary_text: puzzle_archive_summary_text(current_level.status),
|
||||
cover_image_src: current_level.cover_image_src.clone(),
|
||||
bottom_tab: "puzzle".to_string(),
|
||||
game_state_json,
|
||||
current_story_json: None,
|
||||
saved_at_micros,
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user