feat(monitor): aggregate nationwide fleet by province

This commit is contained in:
lingniu
2026-07-16 18:36:31 +08:00
parent ea4d576793
commit 21d1baada5
9 changed files with 598 additions and 32 deletions

View File

@@ -31,4 +31,7 @@ interface Window {
plugins?: string[];
}) => Promise<unknown>;
};
AMapUI?: {
loadUI: (modules: string[], callback: (...constructors: unknown[]) => void) => void;
};
}