* New translations file.mdx (Chinese Simplified) * New translations settings.mdx (Chinese Simplified) * New translations view.mdx (Chinese Simplified) * New translations minify.mdx (Chinese Simplified) * New translations poi.mdx (Chinese Simplified) * New translations routing.mdx (Chinese Simplified) * New translations scissors.mdx (Chinese Simplified) * New translations time.mdx (Chinese Simplified) * New translations faq.mdx (Chinese Simplified) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Lithuanian) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Chinese Simplified) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Korean) * New translations en.json (Hebrew) * New translations en.json (Finnish) * New translations en.json (Serbian (Latin)) * New translations en.json (Belarusian) * New translations en.json (Danish) * New translations en.json (Latvian) * Update source file en.json * New translations en.json (French) * New translations en.json (Dutch) * New translations en.json (Spanish) * New translations en.json (Korean)
51 lines
2.0 KiB
Plaintext
51 lines
2.0 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" /> Velocity units
|
|
|
|
Change the units used to display velocities in the interface.
|
|
You can choose between distance per hour or minutes per distance, which can be more suitable for running activities.
|
|
|
|
### <Thermometer size="16" class="inline-block" style="margin-bottom: 2px" /> Temperature units
|
|
|
|
Change the units used to display temperatures in the interface.
|
|
|
|
### <Languages size="16" class="inline-block" style="margin-bottom: 2px" /> Language
|
|
|
|
Change the language used in the interface.
|
|
|
|
<DocsNote>
|
|
|
|
您可以在我们的 Crowdin 项目上添加或改进翻译,从而帮助我们
|
|
If you would like to start translating into a new language, please <a href="#contact">get in touch</a>.
|
|
我们非常感谢任何帮助!
|
|
|
|
</DocsNote>
|
|
|
|
### <Sun size="16" class="inline-block" style="margin-bottom: 2px" /> Theme
|
|
|
|
Change the theme used in the interface.
|
|
|
|
### <PersonStanding size="16" class="inline-block" style="margin-bottom: 2px" /> Street view source
|
|
|
|
Change the source used for the [street view control](../map-controls).
|
|
The default one is <a href="https://www.mapillary.com" target="_blank">Mapillary</a>, but you can also use <a href="https://www.google.com/streetview/" target="_blank">Google Street View</a>.
|
|
Learn more about how to use the street view control in the [map controls section](../map-controls).
|
|
|
|
### <Layers size="16" class="inline-block" style="margin-bottom: 2px" /> Map layers...
|
|
|
|
Open a dialog where you can enable or disable map layers, add custom ones, change the opacity of overlays, and more.
|
|
有关地图图层的更多信息,请参阅[地图控件部分](.../map-controls)。
|