> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/zh-cn/ge-xing-hua-she-zhi/appearance.md).

# 界面与外观

| 设置           | 入口    | 可以调整的内容                |
| ------------ | ----- | ---------------------- |
| **显示模式与主题色** | 设置    | 浅色、深色、跟随系统及 App 主要配色   |
| **App 图标**   | 个性化设置 | iPhone 或 iPad 主屏幕显示的图标 |
| **Tab 图标**   | 个性化设置 | iPhone 底部导航使用的图标样式     |
| **背景图片**     | 个性化设置 | App 页面使用的背景图片          |
| **字体大小**     | 个性化设置 | App 主要文字的显示大小          |
| **饼图颜色**     | 个性化设置 | 统计页面收入、支出分类的图表颜色       |

{% hint style="info" %}
外观设置只改变显示效果，不会修改账单、账户余额或统计结果。调整后返回上一页即可查看效果。
{% endhint %}


---

# 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://help.daak2.com/zh-cn/ge-xing-hua-she-zhi/appearance.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.
