Files
gpx.studio/website/src/lib/docs/zh-HK/menu/file.mdx
T

53 lines
1.2 KiB
Plaintext
Raw Normal View History

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