# README

## CosyRain's wiki

[![D](https://img.shields.io/badge/captain-COSYRAIN-blue.svg?style=flat-square\&logo=elixir)](https://co2oc.com)

| 目录 | 描述                                       |
| -- | ---------------------------------------- |
| 前端 | 前端知识库，包括但不限于 JavaScript、CSS、兼容性 Hack 等知识 |
| 其它 | 其它技术方面知识，采集以备查阅                          |

* 前端
  * HTML
    * [01 双核浏览器内核切换](https://wiki.co2oc.com/qian-duan/html/01-shuang-he-liu-lan-qi-nei-he-qie-huan)
    * [02 常见跨域方法](https://wiki.co2oc.com/qian-duan/html/02-chang-jian-kua-yu-fang-fa)
  * CSS
    * [01 整站变灰特效](https://wiki.co2oc.com/qian-duan/css/01-zheng-zhan-bian-hui-te-xiao)
  * JavaScript
    * [01 循环 NodeList](https://wiki.co2oc.com/qian-duan/javascript/01-xun-huan-nodelist)
    * [02 常见设计模式](https://wiki.co2oc.com/qian-duan/javascript/02-chang-jian-she-ji-mo-shi)
  * 移动端
    * [01 淘宝可伸缩布局方案 flexible](https://wiki.co2oc.com/qian-duan/yi-dong-duan/01-tao-bao-ke-shen-suo-bu-ju-fang-an-flexible)
  * 工具
    * [01 Gulp.js 使用](https://wiki.co2oc.com/qian-duan/gong-ju/01gulp.js-shi-yong)
    * [02 Glob 详解](https://wiki.co2oc.com/qian-duan/gong-ju/02glob-xiang-jie)
    * [03 Gulp 常用插件](https://wiki.co2oc.com/qian-duan/gong-ju/03gulp-chang-yong-cha-jian)
    * [04 Git Commit 提交规范](https://wiki.co2oc.com/qian-duan/gong-ju/04gitcommit-ti-jiao-gui-fan)
  * 常见效果
    * [01 鼠标跟随效果](https://wiki.co2oc.com/qian-duan/chang-jian-xiao-guo/01-shu-biao-gen-sui-xiao-guo)
  * 兼容性 + Hack
    * [01 iframe 自适应高度](https://wiki.co2oc.com/qian-duan/jian-rong-xing-+hack/01iframe-zi-shi-ying-gao-du)
    * [02 热点自适应](https://wiki.co2oc.com/qian-duan/jian-rong-xing-+hack/02-re-dian-zi-shi-ying)
    * [03 ajax 上传文件](https://wiki.co2oc.com/qian-duan/jian-rong-xing-+hack/03ajax-shang-chuan-wen-jian)
    * [04 IE 兼容性](https://wiki.co2oc.com/qian-duan/jian-rong-xing-+hack/04ie-jian-rong-xing)
  * 微信兼容
    * [01 微信自动播放音频](https://wiki.co2oc.com/qian-duan/wei-xin-jian-rong/01-wei-xin-zi-dong-bo-fang-yin-pin)
* 其它
  * 终端
    * [01 powershell 常用命令](https://wiki.co2oc.com/qi-ta/zhong-duan/01powershell-chang-yong-ming-ling)
    * [02 powershell alias](https://wiki.co2oc.com/qi-ta/zhong-duan/02-powershell-alias)
  * Linux
    * [01 Vultr 使用密钥登录服务器](https://wiki.co2oc.com/qi-ta/linux/01vultr-shi-yong-mi-yue-deng-lu-fu-wu-qi)
    * [02 Ubuntu 安装 Nginx](https://wiki.co2oc.com/qi-ta/linux/02ubuntu-an-zhuang-nginx)


---

# 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://wiki.co2oc.com/readme.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.
