> For the complete documentation index, see [llms.txt](https://docs.polygonflow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polygonflow.io/dash-documentation-zh/kuai-su-kai-shi/user-interface/dash-image-board.md).

# Dash 图片板

<figure><img src="/files/7895e2b85b2d8a2d6e7703c8d06b1b97842d2210" alt=""><figcaption><p>仪表板是一个创意空间，您可以在其中整理参考图片，以及更多内容！</p></figcaption></figure>

作为一名艺术家，能够将所有想法快速且轻松地整理到一个图像板上是一种相当普遍的做法，像 PureRef、Miro 等工具在这方面表现最佳。\
Dash 提供了类似的工具，但有几个关键区别：它与 Unreal Engine 完全集成，具备参考工具常见的所有功能，允许您截取 UE 视口的快照并将其放入仪表板，能从任意图像中提取色彩分级以应用到您的 Dash 摄像机上，等等！

简而言之，仪表板是一个便捷的创意空间，您所有的想法（无论是视觉的还是文本的）都可以在此进行分组。您可以将图像或图像 URL 拖放到面板上以导入它们，您可以对它们进行分组、标记等。

{% embed url="<https://streamable.com/9lt7ta>" %}

当您第一次打开它时，会看到一个空视图。从那里，只需将图片拖放到面板上，并根据需要开始调整它们。

{% embed url="<https://streamable.com/815wbv>" %}

此外，所有常规功能比如使窗口无框、聚焦所选项、降低不透明度等也都可用。

{% embed url="<https://streamable.com/rgcopy>" %}

我们很快会为此工具制作一个专门页面，目前它仍处于早期开发阶段，但理念是为您提供一个大多数人可以用来组织图片、内容工具、想法等的空间。\
想象把一张图片放进去，然后询问工具“我如何制作这个”，并获得 Dash 中最适合帮助您完成工作的工具推荐。不仅是工具提取，还有内容、氛围等……甚至到分级提取和反馈建议。\
仪表板即将推出的这些 AI 功能绝不会将您的数据用于任何训练目的。

### 快捷键

| 操作        | 快捷键                    |
| --------- | ---------------------- |
| **编辑 菜单** |                        |
| 不透明度 +    | Ctrl + Shift + Up      |
| 不透明度 -    | Ctrl + Shift + Down    |
| 重置透明度     | Ctrl + Alt + Shift + R |
| 切换始终在最前   | Ctrl + Shift + T       |
| 切换无边框     | Ctrl + Shift + F       |
| 切换主栏      | Ctrl + Space           |
| 适应所选      | Ctrl + Alt + S         |
| **选择 菜单** |                        |
| 全选        | Ctrl + A               |
| 清除选择      | Esc                    |
| 选择可见项目    | Ctrl + Shift + G       |
| 选择包含的项目   | Ctrl + Shift + G       |
| 打开项目来源    | Ctrl + Shift + O       |
| 优化文本项目    | Ctrl + I               |
| 不透明度 +    | Ctrl + ]               |
| 不透明度 -    | Ctrl + \[              |
| 重置项目透明度   | Ctrl + Backspace       |
| **创建 菜单** |                        |
| 框         | B                      |
| 分组        | G                      |
| 文本        | T                      |
| 便签        | N                      |
| **窗口 菜单** |                        |
| 撤销        | Ctrl + Z               |
| 重做        | Ctrl + Y               |
| 复制到剪贴板    | Ctrl + C               |
| 从剪贴板粘贴    | Ctrl + V               |
| 复制        | Ctrl + D               |
| 移到后面      | \[                     |
| 移到前面      | ]                      |
| 框选所选      | F                      |
| 重置项目      | R                      |
| 水平翻转      | Alt + X                |
| 垂直翻转      | Alt + Y                |
| 删除所选      | Del                    |
| 左对齐       | Shift + A              |
| 上对齐       | Shift + W              |
| 右对齐       | Shift + D              |
| 下对齐       | Shift + S              |
| 垂直对齐      | Alt + Shift + A        |
| 水平对齐      | Alt + Shift + W        |
| 排列        | Ctrl + Alt + Shift + A |
| 向左移动      | Left                   |
| 向右移动      | Right                  |
| 向上移动      | Up                     |
| 向下移动      | Down                   |


---

# 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:

```
GET https://docs.polygonflow.io/dash-documentation-zh/kuai-su-kai-shi/user-interface/dash-image-board.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.
