Commit ebd62502 by jlc

update:文档结构调整

parent 98171241
......@@ -5,6 +5,28 @@ export const elementSpaceMissionsMap = {
}
}
export const elementStationMap = {
添加测站: {
title: '添加测站',
pngUrl: '/src/assets/Station.png'
},
测站坐标系: {
title: '测站坐标系',
pngUrl: '/src/assets/StationCoordinate.png'
}
}
export const elementMovingMap = {
飞机: {
title: '飞机',
pngUrl: '/src/assets/Aircraft.png'
},
火箭发射: {
title: '火箭发射',
pngUrl: '/src/assets/Rocket.png'
},
}
export const elementGraphicMap = {
: {
title: '点',
......@@ -54,25 +76,3 @@ export const elementWeatherMap = {
pngUrl: '/src/assets/WaterSurface.png'
}
}
\ No newline at end of file
export const elementStationMap = {
添加测站: {
title: '添加测站',
pngUrl: '/src/assets/Station.png'
},
测站坐标系: {
title: '测站坐标系',
pngUrl: '/src/assets/StationCoordinate.png'
}
}
export const elementMovingMap = {
飞机: {
title: '飞机',
pngUrl: '/src/assets/Aircraft.png'
},
火箭发射: {
title: '火箭发射',
pngUrl: '/src/assets/Rocket.png'
},
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment