Show usable recent DEB accuracy

This commit is contained in:
2569718930@qq.com
2026-06-08 12:27:20 +08:00
parent e1054e684a
commit ec84243fb9
5 changed files with 142 additions and 2 deletions
+12
View File
@@ -202,6 +202,18 @@ export const opsApi = {
sample_days?: number;
hits?: number;
};
usable_recent?: {
window?: string;
city_count?: number;
samples?: number;
hits?: number;
hit_rate?: number | null;
avg_mae?: number | null;
recommendations?: {
primary?: number;
supporting?: number;
};
};
recent_7d?: {
start_date?: string | null;
end_date?: string | null;