> 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/ru-men/assets/upload-assets.md).

# 上传资源

Morphic 让你上传自己的素材，以便在各个项目中使用。无论你是在 Canvas 还是 Copilot 中工作，都可以通过键盘快捷键、素材面板、拖放或右键菜单导入文件。你上传的所有内容都会显示在你的资料库中： [studio.morphic.com/library](https://studio.morphic.com/library).

### 以下是在 Morphic 上上传素材的方法：

在 Morphic 的任何地方上传素材最快的方法是使用键盘快捷键。按下 `Cmd + O` （Mac）或 `Ctrl + O` （Windows）下，在 Canvas 或 Copilot 中打开文件选择器，然后选择要上传的文件。

### 在 Canvas 中

在 Canvas 中工作时，还有三种上传素材的方式：

* 上下文菜单：在 Canvas 的任意空白区域右键单击，选择“上传素材”。

<div align="left"><figure><img src="/files/092301b6582d0efb435f943dfba9ab1eedad0ead" alt=""><figcaption></figcaption></figure></div>

* 素材面板：点击左侧边栏中的“素材”选项卡，然后点击面板底部的“上传素材”。

<figure><img src="/files/13738aa6213c321be27ba1fd1b705fe78ff6c426" alt=""><figcaption></figcaption></figure>

* 拖放：打开你电脑上包含文件的文件夹，选择一个或多个文件，然后将它们拖到 Canvas 上。

你上传的素材会显示在 Canvas 上以及左侧边栏的“素材”选项卡中。

提示：要在 Canvas 上整齐排列已上传的素材，先选中所有素材，右键单击，然后将鼠标悬停在“排列”上。你可以从以下选项中选择：

* 网格排列
* 水平堆叠
* 垂直堆叠

<div align="left"><figure><img src="/files/62f8c37cad04ff043e2a4abcc967d33f91d764de" alt=""><figcaption></figcaption></figure></div>

### 在 Copilot 中

除了键盘快捷键外，Copilot 还有一种额外的上传素材方式：

* 素材面板：点击左侧边栏中的“素材”选项卡，然后点击面板底部的“上传素材”。

<figure><img src="/files/c12d001bf29e1cee7997dee6b70b31a5fbba1592" alt=""><figcaption></figcaption></figure>

你上传的素材会显示在左侧边栏的“素材”选项卡中。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/ru-men/assets/upload-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.
