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

# IT 侠 web 组档案

## 简介

这份文档托管在 gitbook.com 上, 已绑定到[github 项目](https://github.com/NJU-itxia/itxiaweb), web 组内人员可以通过 github 进行编辑, 项目仓库中的文件会自动同步到 gitbook.

其它任何人都可以通过[此地址](https://njuitman.gitbook.io/it-web/)访问该文档.

## 目录结构

* [IT 侠 web 组档案](/it-web/master.md)

## web 组工作日志

* [2019 年](/it-web/master.md)
  * [工作记录](/it-web/web-zu-gong-zuo-ri-zhi/2019-nian/record.md)
    * [寻找第 5000 单](/it-web/web-zu-gong-zuo-ri-zhi/2019-nian/record/the-5000th.md)
    * [记一次老系统的 404bug](/it-web/web-zu-gong-zuo-ri-zhi/2019-nian/record/404bug.md)
  * [组内信息](/it-web/web-zu-gong-zuo-ri-zhi/2019-nian/itxia-web.md)
    * [web 组简介](/it-web/web-zu-gong-zuo-ri-zhi/2019-nian/itxia-web/itxia-web.md)
    * [2019 工作概述](/it-web/web-zu-gong-zuo-ri-zhi/2019-nian/itxia-web/2019-todo.md)
    * [人员信息](/it-web/web-zu-gong-zuo-ri-zhi/2019-nian/itxia-web/people.md)
    * [招新](/it-web/web-zu-gong-zuo-ri-zhi/2019-nian/itxia-web/greenhand.md)
* [2021 年](/it-web/web-zu-gong-zuo-ri-zhi/2021.md)
  * [工作目标](/it-web/web-zu-gong-zuo-ri-zhi/2021/target.md)

## 项目开发历程

* [新系统开发](/it-web/xiang-mu-kai-fa-li-cheng/new-system.md)
  * [需求文档](/it-web/xiang-mu-kai-fa-li-cheng/new-system/requirement.md)
  * [现存问题](/it-web/xiang-mu-kai-fa-li-cheng/new-system/bugs.md)
* [群聊机器人开发](/it-web/xiang-mu-kai-fa-li-cheng/bot.md)
  * [需求文档](/it-web/xiang-mu-kai-fa-li-cheng/bot/requirement.md)
  * [现存问题](/it-web/xiang-mu-kai-fa-li-cheng/bot/bugs.md)
* [前端开发](/it-web/xiang-mu-kai-fa-li-cheng/front-end.md)
  * [需求文档](/it-web/xiang-mu-kai-fa-li-cheng/front-end/requirement.md)
  * [现存问题](/it-web/xiang-mu-kai-fa-li-cheng/front-end/bugs.md)
* [后端 API 开发](/it-web/xiang-mu-kai-fa-li-cheng/back-end-api.md)
  * [需求文档](broken://pages/-MXbCQpFoQGqoQpO_dV8)
  * [API 文档](/it-web/xiang-mu-kai-fa-li-cheng/back-end-api/api-info.md)
  * [现存问题](/it-web/xiang-mu-kai-fa-li-cheng/back-end-api/bugs.md)
* [小程序开发](/it-web/xiang-mu-kai-fa-li-cheng/wechat.md)
  * [需求文档](/it-web/xiang-mu-kai-fa-li-cheng/wechat/requirement.md)
* [其它辅助工具开发](/it-web/xiang-mu-kai-fa-li-cheng/else.md)
  * [IT 侠图床](/it-web/xiang-mu-kai-fa-li-cheng/else/picturebed.md)
  * [MD 转推送小工具](/it-web/xiang-mu-kai-fa-li-cheng/else/md-to-wechat.md)
* [服务器管理/运维](https://github.com/NJU-itxia/itxiaweb/tree/86300624fcdc50cd662d384325dca37baeff7cf5/projects/server/README.md)
  * [新腾讯云](/it-web/xiang-mu-kai-fa-li-cheng/fu-wu-qi-guan-li-yun-wei/tx.md)

## 技术传承

* [安装双系统](/it-web/ji-shu-chuan-cheng/double-systems.md)
* [配置和使用 gitbook](/it-web/ji-shu-chuan-cheng/gitbook.md)
* [一些好玩的](/it-web/ji-shu-chuan-cheng/somethingfun.md)

## 互助文档

* [喵喵喵](/it-web/hu-zhu-wen-dang/bksn.md)

## 配置和编辑方法

先将此项目 clone 到本地, 在本地写好你要发布的 md 文件, 把你要发布的 md 文档放到你要发布的对应目录下, 将该文件名按 summary.md 中的格式添加到 SUMMARY.md 中的对应目录下, 修改 README.md, 与 SUMMARY.md 同理, push 到 github 上即可


---

# 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:

```
GET https://njuitman.gitbook.io/it-web/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.
