lotto lab 전 차수 그래프화 추가

This commit is contained in:
2026-01-25 23:51:50 +09:00
parent b76e0ef779
commit 80a61e74ee
3 changed files with 220 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ export function getLatest() {
return apiGet("/api/lotto/latest");
}
export function getStats() {
return apiGet("/api/lotto/stats");
}
export function recommend(params) {
const qs = new URLSearchParams({
recent_window: String(params.recent_window),