> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-zh/su-cai/asset-card-display.md).

# 素材卡片显示

资源卡片是你查看资源的容器。Shade 目前支持网格列表、磁贴或列视图。

{% embed url="<https://youtu.be/Hi2ElJcR3t0?si=881DevhZGuQGYY7L>" %}

<figure><img src="/files/3362abfe6552a2db70c5c483d263ad9eb5862749" alt=""><figcaption></figcaption></figure>

### 视图选项

#### 网格

一种带磁贴的资源网格视图，也可以包含资源元数据。请选择：

* 要显示的所需元数据属性
* 缩略图是适应还是填充
* 卡片大小

#### 列表

一种类似电子表格的文件和文件夹视图，包含列和行。请选择：

* 要显示的所需元数据属性
* 缩略图是适应还是填充
* 缩略图大小

#### 磁贴

一种类似网格、但不显示元数据的视图，其中资源缩略图会匹配其对应的纵横比。请选择：

* 缩略图大小
* 缩略图使用圆角还是直角

#### 列

在文件夹层级中从左到右的流式布局。请选择：

* 缩略图是适应还是填充
* 缩略图大小

### 自定义元数据显示

你可以向资源卡片添加自定义元数据字段，以显示更多信息：

* 创建自定义元数据属性（标签、文本、数字、复选框等）
* 选择在视图中显示哪些元数据字段
* 在网格和列表视图中查看元数据
* 与客户共享集合时控制元数据可见性

### 展平目录视图

Shade 支持展平目录，以电子表格式显示跨文件夹的所有资源：

1. 在 Drive 中选择“显示”
2. 选择“展平目录”开关

这对于查看跨多个文件夹的大量资源，或者需要按元数据字段进行排序和筛选时，尤其有用。

{% embed url="<https://youtu.be/J0gLCpTtdwQ?si=Fu5VCi3blirzaK6p>" %}


---

# 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://academy.shade.inc/shade-academy/shade-academy-zh/su-cai/asset-card-display.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.
