> 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/gong-zuo-qu-he-qu-dong-qi/drive-status-menu.md).

# 驱动器状态菜单

当你从本地驱动器向应用发起上传时，驱动器状态菜单会自动弹出，也可以通过点击应用左下角的托盘手动打开。你想查看状态的驱动器可在此菜单顶部选择。

从左到右：

## **上传状态**

此面板显示你通过网页应用发起的任何上传状态，包括上传速度、剩余时间，以及取消上传的能力。

## **下载状态**

此面板显示你通过网页应用发起的任何下载状态，包括下载速度、剩余时间，以及取消下载的能力。

## **索引状态**

此面板显示在你已上传资源上运行的任务状态：

**基础任务：**

* 与已挂载驱动器同步
* 生成预览和代理文件

**AI 任务：**

* 音频生成
* 自动化自定义元数据

**其他任务**

* 色彩调色板
* 人脸识别
* 转录

## **挂载状态**

此面板显示你通过 ShadeFS 挂载发起的任何上传状态，以及从其他编辑者同步任何更改的状态。这些是你通过文件管理器中的挂载上传的文件。这包括上传速度和剩余时间。


---

# 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/gong-zuo-qu-he-qu-dong-qi/drive-status-menu.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.
