fix: balloon year last 3 modes

This commit is contained in:
Dustella 2025-01-24 10:58:13 +08:00
parent de6a6ac0a5
commit 9c53ec252c

View File

@ -30,9 +30,9 @@ const modes = [
'Temperature amplitude (K)',
'纬向动量通量统计结果',
'经向动量通量统计结果',
// 'horizontal propagation',
// '/',
// '',
'horizontal propagation',
'每月上传/下传重力波占比',
'动能和势能分布情况',
] as const
const mode_display_mapping = {
@ -48,7 +48,7 @@ const mode_display_mapping = {
'Temperature amplitude (K)': '温度扰动振幅',
'纬向动量通量统计结果': '纬向动量通量统计',
'经向动量通量统计结果': '经向动量通量统计',
'horizontal propagation': 'horizontal propagation',
'horizontal propagation': '水平传播',
'每月上传/下传重力波占比': '每月上传/下传重力波占比',
'动能和势能分布情况': '动能和势能分布情况',
}