登录车辆模块

This commit is contained in:
2023-12-15 16:49:40 +08:00
parent 5f78407bb3
commit 2cc425f64b
8 changed files with 28 additions and 5 deletions

View File

@@ -101,6 +101,7 @@ module.exports = {
resetbutton: 'Reset Button',
obstacleavoidanceparking: 'Obstacle Avoidance Parking',
safetyedgesensor: 'Safety Edge Sensor',
sensorinducedparking: 'Sensor Induced Parking',
run: 'Run',
abnormal: 'Abnormal'
},

View File

@@ -101,6 +101,7 @@ module.exports = {
resetbutton: '复位按钮',
obstacleavoidanceparking: '避障停车',
safetyedgesensor: '安全触边',
sensorinducedparking: '传感器停车',
run: '运行',
abnormal: '异常'
},