mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-03 10:22:13 +00:00
28 lines
874 B
Plaintext
28 lines
874 B
Plaintext
---
|
|
title: 管理时间数据
|
|
---
|
|
|
|
<script>
|
|
import { CalendarClock } MYLUCIDESVELTEIMPORT;
|
|
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>
|