fix: 内包间优化

This commit is contained in:
2024-07-08 13:44:20 +08:00
parent 4f678392e0
commit 447c175049
11 changed files with 80 additions and 37 deletions

View File

@@ -139,7 +139,8 @@ export default {
'Core_error_identifier': 'Core error identifier',
'Current_command_information': 'Current command information',
'The_signal_is_successfully_marked': 'The signal is successfully marked',
'Complement_information': 'Complement information'
'Complement_information': 'Complement information',
'agv_task_type': 'task type'
}
}
}

View File

@@ -139,7 +139,8 @@ export default {
'Core_error_identifier': 'Pengenal kesalahan inti',
'Current_command_information': 'Informasi perintah saat ini',
'The_signal_is_successfully_marked': 'Sinyal berhasil ditandai',
'Complement_information': 'Informasi pelengkap'
'Complement_information': 'Informasi pelengkap',
'agv_task_type': 'Jenis tugas'
}
}
}

View File

@@ -139,7 +139,8 @@ export default {
'Core_error_identifier': 'Core出错标识位',
'Current_command_information': '当前指令信息',
'The_signal_is_successfully_marked': '信号成功标记',
'Complement_information': '补码信息'
'Complement_information': '补码信息',
'agv_task_type': '任务类型'
}
}
}