refactor(图表): 优化在线地图自定义样式的文案 #16537

This commit is contained in:
wisonic
2025-08-14 17:29:35 +08:00
committed by wisonic-s
parent 70823c6f10
commit dcaebb553c
3 changed files with 4 additions and 4 deletions

View File

@@ -1874,7 +1874,7 @@ export default {
end_point: 'Ending point',
line: 'Line',
map_style: 'Map style',
map_style_url: 'Map style URL',
map_style_url: 'Map style URL/ID',
map_pitch: 'Pitch',
map_rotation: 'Rotation',
map_style_normal: 'Standard',

View File

@@ -1825,8 +1825,8 @@ export default {
start_point: '起點經緯度',
end_point: '終點經緯度',
line: '線條',
map_style: '地圖風格',
map_style_url: '地圖風格URL',
map_style: '地圖風格 URL',
map_style_url: '地圖風格URL 或 ID',
map_pitch: '傾角',
map_rotation: '旋轉',
map_style_normal: '標準',

View File

@@ -1831,7 +1831,7 @@ export default {
end_point: '终点经纬度',
line: '线条',
map_style: '地图风格',
map_style_url: '地图风格 URL',
map_style_url: '地图风格 URL 或 ID',
map_pitch: '倾角',
map_rotation: '旋转',
map_style_normal: '标准',