修改降雨栅格图显示逻辑

This commit is contained in:
wzy-warehouse
2026-05-18 21:08:43 +08:00
parent 532648ebd8
commit 133cf6d9a7
10 changed files with 157 additions and 48 deletions
Vendored
+1
View File
@@ -12,6 +12,7 @@ interface ImportMetaEnv {
readonly START_PORT: number;
readonly VITE_GEOSERVER_BASE_URL: string;
readonly VITE_WEBSOCKET_URL: string;
readonly VITE_FILE_URL: string;
readonly MODE: string;
readonly DEV: boolean;
readonly PROD: boolean;