# 图标配置

> 自定义桌面图标和布局

桌面布局功能允许您深度定制车机桌面的图标排列、名称、图标样式以及点击后的跳转目标。支持导入和导出布局文件，方便备份和分享。

## 功能入口

* **入口**: 首页 -> 实用工具 -> 图标配置
* **图标**:&#x20;

## 功能介绍

这是一个高级功能，主要用于编辑桌面的配置文件（XML）。您可以修改现有的应用图标，添加新的快捷方式，或者调整 Dock 栏（底部固定栏）的应用。

## 主要功能说明

### 1. 布局管理 (左侧)

* **导入布局**: 从文件系统中导入现有的布局 XML 文件。
* **导出布局**: 将当前编辑好的布局保存为 XML 文件。
* **恢复默认**: 重置为系统默认的桌面布局。

### 2. 图标编辑 (右侧)

右侧显示了当前布局中的所有图标列表。点击任意图标可以进行编辑：

* **应用名称**: 修改图标在桌面上显示的名称。
* **包名 (Package Name)**: 目标应用的包名。
* **类名 (Class Name)**: 目标应用的启动类名（可选）。
* **图标 (Icon)**: 设置图标资源的名称或路径。
* **启用状态**: 控制该图标是否在桌面上显示。
* **Dock 应用**: 开启后，该图标将显示在底部的 Dock 栏中，而不是普通网格区域。

### 3. 操作提示

* **保存**: 编辑完成后，请务必点击保存按钮以应用更改。
* **重启桌面**: 修改生效可能需要重启桌面启动器。


---

# 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/che-liang-gong-neng/tu-biao-pei-zhi.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.
