> 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/chong-fu-jian-ce.md).

# 重复检测

重复文件会浪费存储空间，并且随着时间推移可能让你的驱动器变得杂乱。重复项功能会自动识别你驱动器中内容完全相同的文件，这样你就可以查看并清理它们，而不用担心误删重要内容。

### 它是如何工作的

当文件上传到你的驱动器时，每个文件都会根据其内容分配一个唯一的指纹。这些指纹会定期进行比对，以识别内容相同的文件。当两个或多个文件共享相同的指纹时，无论它们的文件名或在驱动器中的位置如何，都会被标记为重复文件。

### 访问重复项

在左侧边栏中，找到你的驱动器，位于 **我的驱动器** 下方，然后点击 **重复项** 在该驱动器的导航菜单中。这将打开 **重复文件** 视图，其中列出了在该驱动器中检测到的所有重复组。

每个组都会显示：

* 文件的缩略图预览
* 文件名
* 找到的副本数量
* 文件类型
* 额外副本浪费的总存储空间

你可以展开任意组，将各个副本并排查看，同时查看每个文件的大小。

<figure><img src="/files/1086e805c48e909312ee8ece583cc82a953dcea7" alt=""><figcaption></figcaption></figure>

### 清理重复项

在重复项视图中，你有两个选项：

**删除副本：** 选择你要移除的文件，并直接在此视图中将它们移至废纸篓。这是释放存储空间最快的方法。在删除之前，请确保你要移除的副本没有在重要位置被引用（例如集合或共享链接中）。

**导航到文件：** 如果你不确定删除某个副本是否安全，可以先右键单击，在其原始位置中显示该资源。这样你就可以在删除之前检查它的上下文，例如它可能关联到哪些项目。

### 需要注意的事项

* 重复项是按驱动器检测的。如果同一个文件存在于两个不同的驱动器中，这里不会将其标记出来。
* 删除在其他位置被链接或嵌入的文件可能会破坏这些引用。如有疑问，请先导航到该文件并查看其使用情况，然后再删除。
* 重复列表会定期刷新，因此新上传的文件可能不会立即显示。


---

# 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/chong-fu-jian-ce.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.
