fix chart refresh and bot command surface

This commit is contained in:
2569718930@qq.com
2026-06-13 01:34:09 +08:00
parent cf35e55da4
commit f115be1fd3
26 changed files with 328 additions and 532 deletions
@@ -923,7 +923,7 @@ export function LiveTemperatureThresholdChart({
lastPatchAtRef.current = now;
markDetailRequest("network");
fetchHourlyForecastForCity(city, { resolution: targetResolution })
fetchHourlyForecastForCity(city, { bypassLocalCache: true, resolution: targetResolution })
.then((data) => {
if (cancelled) return;
if (!data) {