> For the complete documentation index, see [llms.txt](https://zh.chanyuan8.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zh.chanyuan8.org/zhi-yin-xian-guo-qing/zhi-xiao-xin-xin.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://zh.chanyuan8.org/zhi-yin-xian-guo-qing/zhi-xiao-xin-xin.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.
