add heatmap
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-09-25 15:25:47 +08:00
parent 0b28dbeef8
commit 4429e2f018
7 changed files with 64 additions and 17 deletions

View File

@@ -255,3 +255,7 @@ export function getAIWeeklyData(
) {
return http.get("ai/weekly", { params: { end, duration } })
}
export function getAIHeatmapData() {
return http.get("ai/heatmap")
}