移除未使用的 Groq 和 Meteoblue 服务代码及配置

This commit is contained in:
2569718930@qq.com
2026-05-19 00:05:07 +08:00
parent 19bd8f3636
commit b93a75516d
28 changed files with 215 additions and 1417 deletions
+1 -3
View File
@@ -31,9 +31,7 @@ export function MapCanvas({
},
selectedCity: store.selectedCity,
selectedDetail: store.selectedDetail,
suspendMotion:
Boolean(store.futureModalDate) ||
store.historyState.isOpen,
suspendMotion: Boolean(store.futureModalDate),
isLoadingDetail: store.loadingState.cityDetail,
});