feat(screen): 将灾害搜索半径增加到 30 公里

将 `useDisasterData` 可组合函数中的 `searchRadius` 参数从 10 公里更新为 30 公里,以扩大灾害态势感知覆盖范围。
This commit is contained in:
Zzc 2025-11-20 12:52:21 +08:00
parent dd9c35d4fc
commit b9d1e7cef7

View File

@ -23,7 +23,7 @@ export function useDisasterData() {
equipment: 23,
bases: 2,
personnel: 2124,
searchRadius: 10, // km
searchRadius: 30, // km
stations: [
{
id: 1,