This commit is contained in:
2026-05-10 22:20:54 +08:00
parent d6219f1a0c
commit 192accd796
92 changed files with 7045 additions and 1559 deletions

View File

@@ -85,6 +85,8 @@ pub struct PuzzleLeaderboardEntryResponse {
pub nickname: String,
pub elapsed_ms: u64,
#[serde(default)]
pub visible_tags: Vec<String>,
#[serde(default)]
pub is_current_player: bool,
}