# 客户端常见问题

## 如何导出原图到本地？

你可以批量导出画板中的图片到本地，方法为：

* 在画板列表中点击右键；
* 选择「导出画板…」，选择文件夹后即可开始导出。

## 为什么有些采集不能复制图片(文件)，而有些可以？

目前只能复制原图已经在本地的采集，所以复制前需要先下载原图；你也可以将画板设置为自动下载原图模式（请参考如何设置），设置完后，画板里的原有采集会批量下载好原图，以后加入该画板的采集也会立即下载原图；

## 为什么下载的原图不是按画板来存放的?

如果我们按照画板结构来存放原图，那么当你在画板间移动采集的时候，我们需要同时移动物理文件，这个效率是很低的；我们的客户端本身就是为了解决文件夹管理图片效率低的问题而开发的，是用来替代文件夹管理的，所以我们在设计存储结构的时候会优先考虑效率，而不是文件夹结构的直观性；需要直观的管理内容，应该通过客户端来管理；

**换句话说原图文件夹你可以考虑成是花瓣客户端的数据库，它并不适合用文件夹来管理图片；**

如果你需要以画板结构存放的图片，你可以使用画板导出功能，使用方法请参考上文「如何导出原图到本地？」条目；


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.huabanpro.com/desk-app/desktop-app-faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
