> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/pre-basic/settings/display.md).

# 显示设置

外观和布局相关的所有偏好都在这里：浅色/深色主题、对话区的话题位置、字体等。

> 不喜欢默认外观？除了这里的设置，还可以走 [自定义 CSS](/pre-basic/personalization-settings/custom-css.md) 路线深度定制。

### 主题选择

你可以在此处设置默认的界面颜色模式（浅色模式、深色模式或跟随系统）

### 话题设置

该设置是针对对话界面的布局的设置。

#### 话题位置

{% tabs %}
{% tab title="左侧（默认）" %}

<figure><img src="/files/cHEdAaSyC8vd22HfO3NC" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="右侧" %}

<figure><img src="/files/P8l3VkAojlvMPbmUs3TB" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### 自动切换到话题

当打开该设置时点击助手名称页面会自动切换到对应话题页面。

{% tabs %}
{% tab title="关闭时（默认）" %}

<figure><img src="/files/wyb1IR9Y2GuMajq4Tm0e" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="打开时" %}

<figure><img src="/files/oM59AGI1v7T5Ew8darMD" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

#### 显示话题时间

打开时会在话题下方显示话题 **创建** 的时间。

{% tabs %}
{% tab title="关闭时" %}

<figure><img src="/files/A9xhFpN79wrDrFFguC64" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="打开时" %}

<figure><img src="/files/JzSfxWpxBx5cyD3oQcFK" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### 自定义 CSS

通过此设置可灵活的对界面做一些个性化的更改和设置。具体方法参考进阶教程中的 [自定义 CSS](/pre-basic/personalization-settings/custom-css.md)。

***

### 💡 获取帮助与提交反馈

如果您在配置或使用过程中遇到任何疑问、Bug 或有功能改进建议，请参考 [反馈与建议](/question-contact/suggestions.md) 中提供的官方渠道。


---

# 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://docs.cherryai.com.cn/pre-basic/settings/display.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.
