
* New translations en.json (Polish) * New translations en.json (Chinese Simplified) * New translations getting-started.mdx (Chinese Simplified) * New translations menu.mdx (Chinese Simplified) * New translations view.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Chinese Simplified) * New translations edit.mdx (Chinese Simplified) * New translations file.mdx (Chinese Simplified) * New translations settings.mdx (Chinese Simplified) * New translations routing.mdx (Chinese Simplified) * New translations toolbar.mdx (Chinese Simplified) * New translations files-and-stats.mdx (Chinese Simplified) * New translations poi.mdx (Chinese Simplified) * New translations time.mdx (Chinese Simplified) * New translations routing.mdx (Chinese Simplified) * New translations scissors.mdx (Chinese Simplified) * New translations merge.mdx (Chinese Simplified) * New translations extract.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations minify.mdx (Chinese Simplified) * New translations extract.mdx (Chinese Simplified) * New translations map-controls.mdx (Chinese Simplified) * New translations clean.mdx (Chinese Simplified) * New translations elevation.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations gpx.mdx (Chinese Simplified) * New translations integration.mdx (Chinese Simplified) * New translations faq.mdx (Chinese Simplified) * New translations map-controls.mdx (Chinese Simplified) * New translations elevation.mdx (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified)
27 lines
874 B
Text
27 lines
874 B
Text
---
|
|
title: 管理时间数据
|
|
---
|
|
|
|
<script>
|
|
import { CalendarClock } from 'lucide-svelte';
|
|
import Time from '$lib/components/toolbar/tools/Time.svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# <CalendarClock size="24" class="inline-block" style="margin-bottom: 5px" /> { title }
|
|
|
|
通过该工具更改轨迹时间戳,或向其中添加时间戳。
|
|
填写下面的表单并确认。
|
|
|
|
<div class="flex flex-row justify-center">
|
|
<Time class="text-foreground p-3 border rounded-md shadow-lg" />
|
|
</div>
|
|
|
|
编辑速度时,表单中的移动时间会随之调整,反之亦然。
|
|
同样,编辑开始时间时,结束时间也会随之更新以保持总持续时间不变,反之亦然。
|
|
|
|
<DocsNote>
|
|
|
|
对已有时间戳使用该工具时,更改时间或速度只会相应地移位、拉伸或压缩它们。
|
|
|
|
</DocsNote>
|