移除未使用的 Groq 和 Meteoblue 服务代码及配置
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user