# PC端K线内嵌教程

📖在使用 [<mark style="color:blue;">`ave.ai`</mark>](https://ave.ai/) 的 K 线图时，可以通过 URL 参数来自定义页面展示效果。以下为支持的参数说明及示例。

{% embed url="<https://aveembeddedkline.com/token/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599-eth>" %}

<figure><img src="/files/mGn1AExVGGs3CSb9AvjT" alt=""><figcaption></figcaption></figure>

## 1. T**heme（主题）**

* **可选值**：`light`、`dark`
* **默认值**：`dark`
* **作用**：切换页面的主题风格。

示例：

{% embed url="<https://aveembeddedkline.com/token/0x194b302a4b0a79795fb68e2adf1b8c9ec5ff8d1f-bsc?theme=light>" %}

## 2. I**nterval（时间刻度）**

* **可选值**：`['1S','1','5','15','30','60','120','240','1D','1W']`
* **默认值**：`15`
* **作用**：控制 K 线的时间粒度。

示例：

{% embed url="<https://aveembeddedkline.com/token/0x194b302a4b0a79795fb68e2adf1b8c9ec5ff8d1f-bsc?interval=15>" %}

## 3. P**air（池子地址）**

* **参数值**：具体池子地址
* **默认值**：如果未设置，系统会默认选取 **Token 池子列表的第一个**。
* **作用**：指定展示的交易池。

示例：

{% embed url="<https://aveembeddedkline.com/token/0x194b302a4b0a79795fb68e2adf1b8c9ec5ff8d1f-bsc?pair=0x8665a78ccc84d6df2acaa4b207d88c6bc9b70ec5>" %}

## 4. L**ang（语言）**

* **可选值**：`zh-cn`、`zh-tw`、`en`
* **默认值**：`en`
* **作用**：设置界面显示语言。

## 5. 打点支持

* **支持类型**：<mark style="color:purple;">`聪明钱`</mark>、<mark style="color:orange;">`dev`</mark>、<mark style="color:blue;">`狙击`</mark>
* **不支持类型**：需连接钱包的交易打点
* **作用**：在 K 线图中展示链上行为的标记点，方便分析趋势。


---

# 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://avedex.gitbook.io/ave/ave.ai-jiao-cheng/pc-duankxian-nei-qian-jiao-cheng.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.
