mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-07-28 14:18:39 +00:00
1ff2cd2b9d
[ci skip]
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
---
|
|
title: 檔案
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { Plus, FolderOpen, Copy, FileX, Download } from '@lucide/svelte';
|
|
import DocsNote from '$lib/components/docs/DocsNote.svelte';
|
|
</script>
|
|
|
|
# { title }
|
|
|
|
該菜單中的操作非常清晰。
|
|
|
|
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> 新增
|
|
|
|
創造一個新的空白檔案。
|
|
|
|
### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> 開啟…
|
|
|
|
開啟本地檔案。
|
|
|
|
<DocsNote>
|
|
|
|
支援將檔案直接拖放到窗口中。
|
|
|
|
</DocsNote>
|
|
|
|
### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> 複製
|
|
|
|
創造當前選中檔案的副本。
|
|
|
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> 刪除
|
|
|
|
刪除當前選中的檔案。
|
|
|
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> 全部刪除
|
|
|
|
刪除全部檔案。
|
|
|
|
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> 匯出...
|
|
|
|
保存當前選取檔案到本地。
|
|
|
|
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> 匯出所有…
|
|
|
|
保存所有檔案到本地。
|
|
|
|
<DocsNote type="warning">
|
|
|
|
點選下載按鈕後若無反應,請檢查瀏覽器設定以允許其從 <b>gpx.studio</b> 下載。
|
|
|
|
</DocsNote>
|