> For the complete documentation index, see [llms.txt](https://eastlakeside.gitbook.io/interpy-zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eastlakeside.gitbook.io/interpy-zh/donors.md).

# 捐赠名单

感谢以下童鞋的捐助，你们的慷慨是我们继续的动力：

特别感谢 言\* 的两次慷慨捐赠。

| donor  | value |
| ------ | ----- |
| 好心人    | 8.80  |
| 不知名    | 6.00  |
| 李\*雷   | 8.80  |
| su\*z  | 1.00  |
| Zer\*  | 10.00 |
| 牛\*甫   | 5.00  |
| 钟\*才   | 16.00 |
| J\*m   | 6.00  |
| 鑫\*    | 10.00 |
| 黄\*    | 4.99  |
| tho\*s | 5.00  |
| 钱\*    | 2.00  |
| py\*   | 10.00 |
| 吼\*    | 5.29  |
| 破\*    | 5.00  |
| 吉祥\*   | 6.66  |
| Lynd\* | 8.88  |
| 言\*    | 18.00 |
| 言\*    | 88.00 |

*你还记得，深夜埋头学习的你吗？*


---

# 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://eastlakeside.gitbook.io/interpy-zh/donors.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.
