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

# 作者介绍

公众号：“大前端之旅”

51CTO博客首席体验官，专注于大前端技术的分享，包括Flutter,小程序,安卓，VUE，JavaScript。

![公众号](https://luckly007.oss-cn-beijing.aliyuncs.com/image/%E5%85%AC%E4%BC%97%E5%8F%B7.jpg)

微信：xjg13690,拉你进群

![image-20210507081032836](https://luckly007.oss-cn-beijing.aliyuncs.com/image/image-20210507081032836.png)

哔哩哔哩：<https://space.bilibili.com/480883651>

CSDN:[https://blog.csdn.net/qq\_39132095](https://blog.csdn.net/qq_39132095?spm=1001.2101.3001.5343)

知乎：<https://www.zhihu.com/people/yimi-yang-guang-96-65>

简书：<https://www.jianshu.com/u/0c43689713e9>

掘金：<https://juejin.cn/user/3843548384077192>

GitHub：<https://github.com/ITmxs>

Gitee：<https://gitee.com/itmxs>

取得成就

![](https://luckly007.oss-cn-beijing.aliyuncs.com/image/csdn5.png)

![](https://luckly007.oss-cn-beijing.aliyuncs.com/image/yun-jia-4.png)


---

# 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://852851198.gitbook.io/gitbook/readme.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.
