> For the complete documentation index, see [llms.txt](https://adu.ppgg.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adu.ppgg.in/zh-tw/usage.md).

# 使用

## 按鈕使用方法 <a href="#button-usage" id="button-usage"></a>

### 一般界面 <a href="#general" id="general"></a>

* **點選**：切換主螢幕的下一個資訊界面
* **雙擊**：跳轉到主螢幕的自訂資訊界面
* **三擊**：跳轉到主螢幕的自訂資訊界面
* **長按（小於 5 秒）**：切換副螢幕的下一個資訊界面
* **長按（大於 5 秒）**：進入設定選單

### 設定界面 <a href="#setting" id="setting"></a>

* **點選**：跳轉到下一設定項、或切換設定值
* **雙擊**：跳轉到下下一設定項
* **三擊**：跳轉到下下下一設定項
* **長按**：進入或退出某一設定項


---

# 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:

```
GET https://adu.ppgg.in/zh-tw/usage.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.
