Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/components/Tutorial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,11 @@ const getSteps = (t) => [
id: 'tab-map',
target: '#tab-btn-map',
title: t('tutorial.tabMap.title', '地图模式'),
content: t('tutorial.tabMap.content', '切换并查看铁路网络. 灰色的是未乘区段, 而已乘线路将以对应的颜色高亮显示. 底图包含来自 OpenRailwayMap 的配线详情. 新版本不再渲染已乘区间的svg图形, 而丰富了站点交互. 你可以长按站点并拖动连接, 以自动规划。'),
content: t('tutorial.tabMap.content', '点击切换并查看铁路网络. 灰色的是未乘区段, 而已乘线路将以对应的颜色高亮显示. 底图包含来自 OpenRailwayMap 的配线详情. 新版本不再渲染已乘区间的svg图形, 而丰富了站点交互. 你可以长按站点并拖动连接, 以自动规划。'),
position: 'top',
action: 'switch-tab',
tab: 'map'
action: 'wait-click-tab',
tab: 'map',
check: ({ activeTab }) => activeTab === 'map'
},
{
id: 'map-pins',
Expand Down