feat(screen): 将灾害搜索半径增加到 30 公里
将 `useDisasterData` 可组合函数中的 `searchRadius` 参数从 10 公里更新为 30 公里,以扩大灾害态势感知覆盖范围。
This commit is contained in:
parent
dd9c35d4fc
commit
b9d1e7cef7
@ -23,7 +23,7 @@ export function useDisasterData() {
|
||||
equipment: 23,
|
||||
bases: 2,
|
||||
personnel: 2124,
|
||||
searchRadius: 10, // km
|
||||
searchRadius: 30, // km
|
||||
stations: [
|
||||
{
|
||||
id: 1,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user