mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 10:02:12 +00:00
51 lines
1.8 KiB
Plaintext
51 lines
1.8 KiB
Plaintext
---
|
|
title: 设置
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { Ruler, Zap, Thermometer, Languages, Sun, PersonStanding, Layers } from '@lucide/svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
### <Ruler size="16" class="inline-block" style="margin-bottom: 2px" /> 距离单位
|
|
|
|
更改界面中显示的距离单位。
|
|
|
|
### <Zap size="16" class="inline-block" style="margin-bottom: 2px" /> 速度单位
|
|
|
|
更改界面中显示的速度单位。
|
|
支持在“时速(每小时的运动距离)”和“配速(每单位距离的分钟数)”之间进行选择,这对于跑步活动来说可能更合适。
|
|
|
|
### <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" /> 温度单位
|
|
|
|
更改界面中显示的温度单位。
|
|
|
|
### <Languages size="16" class="inline-block" style="margin-bottom: 2px" /> 语言
|
|
|
|
更改界面中使用的语言。
|
|
|
|
<DocsNote>
|
|
|
|
在 <a href="https://crowdin.com/project/gpxstudio" target="_blank">Crowdin 项目</a> 中,您可以通过添加或改进翻译来做出贡献。
|
|
若要创建一种新的翻译语言,请 <a href="#contact">联系我们</a>。
|
|
感谢任何帮助!
|
|
|
|
</DocsNote>
|
|
|
|
### <Sun size="16" class="inline-block" style="margin-bottom: 2px" /> 主题
|
|
|
|
更改界面主题。
|
|
|
|
### <PersonStanding size="16" class="inline-block" style="margin-bottom: 2px" /> 街景图源
|
|
|
|
更改 [街景图源](../map-controls)。
|
|
默认使用 <a href="https://www.mapillary.com" target="_blank">Mapillary</a>,也可改为 <a href="https://www.google.com/streetview/" target="_blank">谷歌街景</a>。
|
|
详见 [地图控件](../map-controls)。
|
|
|
|
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> 图层…
|
|
|
|
将打开一个对话框,可在其中启用或禁用地图图层、添加自定义图层、调整叠加层不透明度。
|
|
详见 [地图控件](../map-controls)。
|