> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/zh/getting-started/assets/manage-multiple-assets.md).

# 管理多个素材

如何一次性对多个素材执行操作，而不是逐个处理。

你可以在资料库中一次选择多个素材，并在一步中对它们进行添加标签、收藏、移动、分享、下载或删除，因此管理大量素材会很快，而不是逐个处理。

以下是如何在 Morphic 上管理多个素材的快速教程：

{% embed url="<https://youtu.be/iKu6UfCetgc>" %}

1. 前往 [素材](https://studio.morphic.com/library) 左侧边栏中的。
2. 按住 `Cmd` 在 Mac 上，或者 `Ctrl` 在 Windows 上，然后点击你想包含的每个素材。每个被选中的素材都会显示一个对勾，屏幕底部会出现一条栏，显示当前已选中多少项。
3. 使用底部栏一次性对整个选区执行操作。可执行的操作有 `添加标签`, `收藏`, `移动`, `分享`, `下载`，以及 `删除`，并且每一项都会应用于所选的每个素材。
4. `添加标签` 以及 `收藏` 在一步中为整个选区添加标签或列入候选名单。 `移动` 将所选内容发送到你选择的文件夹中。 `删除` 移除所选素材。
5. 选择 `下载` 将所选内容打包为一个 ZIP 文件。
6. 选择 `分享` 为所选内容开启外部分享，使拥有链接的任何人都能查看和下载这些素材。 `分享` 当你的选区包含图片或视频时会出现。
7. 再次点击已选中的素材，可将其从选区中移除。

### 以 ZIP 格式下载

{% embed url="<https://youtu.be/nGHK297Ft_8>" %}

Morphic 会准备文件并显示 `ZIP 已就绪`。点击 `下载` 以保存，或 `关闭` 将其关闭。

一次选择多个素材可让不断增长的素材库保持整洁。将一组交付文件打包成一个 ZIP，把整批文件移动到项目文件夹，或一次性将整场拍摄标记为 `已批准` ，而无需对每个文件重复相同操作。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/zh/getting-started/assets/manage-multiple-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
