> 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/ban-ben-kong-zhi-yu-dui-die.md).

# 版本控制与堆叠

## 版本管理与比较

在创意作品经过评审和批准流程时，Shade 让你可以以有条理的方式嵌套版本，并直观地比较版本之间发生了哪些变化。资产比较不限于嵌套版本；你可以从文件夹层级、视图、集合或搜索结果中选择文件，也可以对它们进行比较。

主要功能：

* 一个版本堆栈中可包含的版本数量没有限制
* 最多可并排比较 6 个资产
* 比较混合媒体类型，确保视频、照片和设计作品之间风格一致

### 比较尚未进行版本管理的媒体

在你的文件夹层级、某个视图、集合或搜索结果中：

1. 最多选择 6 个文件
2. 右键单击任意所选项目
3. 选择 **比较 X 个资产**

将打开一个查看器窗口，显示所有所选资产。

* 按下播放按钮可同时播放任何视频文件
* 选择一个文件以查看现有评论或留下评论
* 如果你想将整页用于查看比较内容，请关闭评论面板

### 版本创建、版本管理和版本比较

#### 创建版本

版本创建有 3 种流程：

1. 在 Shade 中上传一个新文件，并将其放在与上一版本或版本堆栈相同的文件夹中
2. 直接将其拖放到旧版本或现有版本堆栈上

或者

1. 右键单击你想添加新版本的文件
2. 选择 **上传新版本**

或者

1. 双击文件以打开它
2. 点击右上角的三点菜单
3. 选择 **上传新版本**

#### 管理版本

在查看文件和文件夹时：

1. 右键单击一个有版本的文件
2. 选择 **管理版本**
3. 点击并拖动版本号旁边的把手以修改版本顺序
4. 点击某个版本的三点菜单，将其从版本堆栈中移除

在资产查看器/播放器页面中：

1. 点击右上角的三点菜单
2. 选择 **管理版本**
3. 点击并拖动版本号旁边的把手以修改版本顺序
4. 点击某个版本的三点菜单，将其从版本堆栈中移除

#### 比较版本

比较版本有 3 种流程：

1. 右键单击一个有版本的文件
2. 选择 **比较版本**
3. 选择你想比较的版本

或者

1. 双击文件以打开它
2. 点击右上角的三点菜单
3. 选择 **比较版本**
4. 选择你想比较的版本

将打开一个查看器窗口，显示所有所选版本。

* 按下播放按钮可同时播放任何视频文件
* 选择一个文件以查看现有评论或留下评论
* 如果你想将整页用于查看比较内容，请关闭评论面板

##

* 当时最近记录了更改的团队成员

你可以使用以下工具按日期范围筛选列表： **快照范围** 顶部的选择器，并调整采样间隔（5 分钟、15 分钟、30 分钟或 1 小时），以控制快照显示的颗粒度。

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

### 挂载快照

Shade 的工作方式是将你的云盘直接挂载到本地文件系统，使它们像电脑上的本地文件夹一样可访问。快照的工作方式也一样。点击 **挂载快照** 任意条目，会将该版本的驱动器挂载到你的本地机器上，作为一个 **只读** 卷。

挂载后，你可以像浏览某一时刻的驱动器那样浏览它，找到此后被删除或更改的任何文件，并将它们复制回当前驱动器或本地机器以恢复它们。

只读挂载可确保快照本身在恢复过程中不会被意外修改。

### 需要注意的事项

* 快照是只读的。你无法通过已挂载的快照编辑或删除文件——它们仅用于浏览和恢复。
* 快照可用性取决于你选择的间隔。选择更细的间隔（例如 5 分钟）会在给定日期范围内显示更多快照。
* 如果你要恢复特定文件，请将日期范围缩小到你认为该文件存在的时间附近，以便快速找到正确的快照。
* 快照仅保留 30 天。如果某个文件在 30 天前被删除，则将无法再通过快照恢复。


---

# 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/ban-ben-kong-zhi-yu-dui-die.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.
