# 检测更新

> 应用版本更新管理

此功能允许您检查应用的新版本，并直接在车机上进行下载和安装。

## 功能入口

* **入口**: 首页 -> 其他 -> 检查更新
* **图标**:&#x20;

## 主要功能说明

### 1. 版本信息

* **当前版本**: 显示当前安装的应用版本号和构建版本代码。
* **最新版本**: 检查后显示服务器上的最新版本信息。

### 2. 更新通道

* **稳定版**: 经过充分测试的版本，推荐大多数用户使用。
* **测试版**: 包含最新功能但可能不稳定的版本，适合尝鲜用户。

### 3. 更新流程

1. **检查更新**: 点击按钮连接服务器检查是否有新版本。
2. **查看日志**:如果有新版本，会显示更新日志（Changelog），介绍新功能和修复的问题。
3. **下载**: 点击下载按钮开始下载安装包，支持断点续传。
4. **安装**: 下载完成后，点击安装按钮即可覆盖安装新版本。

### 4. 高级设置

* **CDN 选择**: 如果下载速度慢，可以尝试切换不同的 CDN 服务器节点。


---

# Agent Instructions: 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://zero-7.gitbook.io/netamade/ne-zha-mei-shi/jian-ce-geng-xin.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.
