feat: implement runway observations dashboard panel, add telegram alert utility, and create city payload service

This commit is contained in:
2569718930@qq.com
2026-05-15 15:37:25 +08:00
parent 5e8548999a
commit b45010a92e
3 changed files with 9 additions and 4 deletions
@@ -148,7 +148,7 @@ export function RunwayObservationsPanel() {
async () => {
await Promise.allSettled(
RUNWAY_OBSERVATION_CITIES.map((city) =>
ensureCityDetail(city.key, false, "panel"),
ensureCityDetail(city.key, true, "panel"),
),
);
},