mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-01-01 15:54:44 +00:00
* New translations en.json (Spanish) * New translations getting-started.mdx (Dutch) * New translations edit.mdx (Dutch) * New translations en.json (Basque) * New translations file.mdx (Basque) * New translations en.json (Chinese Simplified) * New translations file.mdx (Chinese Simplified)
53 lines
1.3 KiB
Plaintext
53 lines
1.3 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" /> Delete
|
|
|
|
Delete the currently selected files.
|
|
|
|
### <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>
|