From 5ec67da1702a3222f15dcd1229c33998dfee4bfb Mon Sep 17 00:00:00 2001 From: yarnom Date: Tue, 11 Nov 2025 14:46:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E9=9B=B7=E8=BE=BE?= =?UTF-8?q?=E7=93=A6=E7=89=87=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/radar/scheduler.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/radar/scheduler.go b/internal/radar/scheduler.go index 9d33197..959f203 100644 --- a/internal/radar/scheduler.go +++ b/internal/radar/scheduler.go @@ -382,6 +382,9 @@ func runTilesFromNMC(ctx context.Context, opts Options) error { {7, 42, 104}, {7, 40, 103}, {7, 39, 102}, + {7, 43, 103}, + {7, 43, 104}, + {7, 42, 103}, } // Append from config aliases, if present (dedup later) if cfg := config.GetConfig(); cfg != nil {