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

# Overview

### 说明

`2020/09/15` 由于个人操作失误, 删除了原本维护了一年多的文档 space, 这是船新的版本.

好玩、有趣的插件库, 使用纯原生`ts`构建, 不参杂其它框架. 目前囊括特效(`canvas`)、业务(`business`)、工具(`utility`)三个大区块, 本项目仅供参考学习\~

项目的主要受众:

* 想实战`ts`的小白
* 想重拾原生coding能力的框架搬运工
* 想提升插件编写能力的工程师
* 想互相借鉴优秀代码的`sharer`

欢迎 [贡献代码](/ts-utility-plugins-docs/extra/ru-he-gong-xian.md)!

### 源码

{% embed url="<https://github.com/ddzy/ts-utility-plugins>" %}

### 目录

| Name     | Description | Link                                                                                |
| -------- | ----------- | ----------------------------------------------------------------------------------- |
| Business | 业务插件集锦      | [business-tabs](/ts-utility-plugins-docs/business/business-tabs.md)                 |
| Canvas   | 特效插件集锦      | [canvas-colorful-bubble](/ts-utility-plugins-docs/canvas/canvas-colorful-bubble.md) |
| Utility  | 工具插件集锦      | [utility-algorithm](/ts-utility-plugins-docs/utility/untitled.md)                   |

### <br>


---

# 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://ddzy.gitbook.io/ts-utility-plugins-docs/master.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.
