fix: 新增态 效果

This commit is contained in:
Daniel
2026-03-05 15:53:10 +08:00
parent a3bf8abda5
commit af59d6367f
16 changed files with 1334 additions and 113 deletions

View File

@@ -133,6 +133,10 @@ export interface MilitarySituation {
targets: { lng: number; lat: number; name?: string; struck_at?: string | null }[]
}[]
}
/** 动画配置:攻击脉冲衰减窗口(天),可在编辑面板调整 */
animationConfig?: {
strikeCutoffDays: number
}
}
export const INITIAL_MOCK_DATA: MilitarySituation = {
@@ -329,6 +333,11 @@ export const INITIAL_MOCK_DATA: MilitarySituation = {
{ lng: 50.876409, lat: 34.625448, name: '伊朗专家会议秘书处' },
{ lng: 51.916, lat: 33.666, name: '纳坦兹' },
{ lng: 51.002, lat: 35.808, name: '卡拉季无人机厂' },
{ lng: 35.5, lat: 33.86, name: '贝鲁特南郊指挥所' },
{ lng: 35.32, lat: 33.34, name: '利塔尼弹药库' },
{ lng: 36.2, lat: 34.01, name: '巴勒贝克后勤枢纽' },
{ lng: 35.19, lat: 33.27, name: '提尔海岸阵地' },
{ lng: 36.38, lat: 34.39, name: '赫尔梅勒无人机阵地' },
],
},
{