fix: balloon year last 3 modes
Some checks are pending
Test / build (lts/*, ubuntu-latest) (push) Waiting to run
Test / build (lts/*, windows-latest) (push) Waiting to run

This commit is contained in:
Dustella 2025-01-24 10:58:13 +08:00
parent 75c5d28b4f
commit 1c23e04075
Signed by: Dustella
GPG Key ID: 35AA0AA3DC402D5C

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': '水平传播',
'每月上传/下传重力波占比': '每月上传/下传重力波占比',
'动能和势能分布情况': '动能和势能分布情况',
}