This commit is contained in:
bridge
2025-11-24 23:02:57 +08:00
parent 36bac598d6
commit 9295d71a90
104 changed files with 109 additions and 18 deletions

View File

@@ -23,6 +23,10 @@ export const gameApi = {
return httpClient.get<MapResponseDTO>('/api/map');
},
fetchAvatarMeta() {
return httpClient.get<{ males: number[]; females: number[] }>('/api/meta/avatars');
},
// --- Information ---
fetchHoverInfo(params: HoverParams) {