# Luckydesigner

## Luckydesigner

- [Knowledge Code Guide](https://docs.luckydesigner.space/master.md): 学习编程知识与笔记
- [Dictionary](https://docs.luckydesigner.space/html-code/dictionary.md)
- [Dictionary](https://docs.luckydesigner.space/css-code/dictionary.md)
- [Dictionary](https://docs.luckydesigner.space/javascript-code/dictionary.md): A-Z
- [Examples](https://docs.luckydesigner.space/javascript-code/examples.md)
- [Reference](https://docs.luckydesigner.space/javascript-code/reference.md): 网页的动作语言
- [Reference](https://docs.luckydesigner.space/regular-expressions/reference.md)
- [开篇](https://docs.luckydesigner.space/wechat/kai-pian.md): 学习微信小程序知识与笔记
- [流程](https://docs.luckydesigner.space/wechat/untitled-1.md): 从创建到上传流程
- [构成](https://docs.luckydesigner.space/wechat/gou-cheng.md)
- [框架](https://docs.luckydesigner.space/wechat/gou-cheng/kuang-jia.md): 小程序开发框架的目标是通过尽可能简单、高效的方式让开发者可以在微信中开发具有原生 APP 体验的服务。
- [配置](https://docs.luckydesigner.space/wechat/pei-zhi.md)
- [index.wxml+index.js](https://docs.luckydesigner.space/wechat/pei-zhi/index.wxml+index.js.md)
- [Button](https://docs.luckydesigner.space/wechat/pei-zhi/button.md): 按钮
- [UserInfo](https://docs.luckydesigner.space/wechat/pei-zhi/userinfo.md): 用户信息
- [TabBar](https://docs.luckydesigner.space/wechat/pei-zhi/tabbar.md)
- [Clipboard](https://docs.luckydesigner.space/wechat/pei-zhi/clipboard.md): 剪切板相关代码
- [Api](https://docs.luckydesigner.space/wechat/api.md)
- [背景](https://docs.luckydesigner.space/wechat/api/bei-jing.md)
- [交互](https://docs.luckydesigner.space/wechat/api/jiao-hu.md): 用户使用小程序的反馈
- [导航栏](https://docs.luckydesigner.space/wechat/api/dao-hang-lan.md): 有关导航栏的一些动画效果
- [标签](https://docs.luckydesigner.space/wechat/biao-qian.md): wxml文件内涉及到的标签


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.luckydesigner.space/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.
