# README

[我的博客大纲](https://github.com/yes1am/blog/blob/master/SUMMARY.md)，[博客地址](https://yes-1-am.gitbook.io/blog/)

## 做过的事情

1. 写了一款为文章生成大纲的 Chrome 插件 [essay-outline](https://github.com/yes1am/essay-outline)
2. 搬运 [单口喜剧表演手册](https://github.com/yes1am/stand-up-comedy)
3. [参与](https://github.com/reactjs/zh-hans.reactjs.org/commit/e5c998c4fb7272d27acd51123b61ffff8a7c10ae) React 中文网，[过时的 Context](https://zh-hans.reactjs.org/docs/legacy-context.html)文章的翻译
4. 写了个小脚本 [dadao](https://github.com/yes1am/dadao)，爬取豆瓣大岛的动态。查看效果：<https://yes1am.github.io/dadao/>
5. 写了一个 VSCode 插件，[Simple Explorer](https://github.com/yes1am/simple-explorer)


---

# 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://yes-1-am.gitbook.io/blog/master.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.
