2020-11-10 23:16:55 +08:00
|
|
|
|
site_name: 炸毛框架 v2
|
|
|
|
|
|
|
|
|
|
|
|
repo_name: '炸毛框架'
|
|
|
|
|
|
repo_url: 'https://github.com/zhamao-robot/zhamao-framework'
|
2020-11-23 01:09:57 +08:00
|
|
|
|
edit_uri: 'blob/2.0-dev/docs/'
|
2020-11-10 23:16:55 +08:00
|
|
|
|
|
|
|
|
|
|
theme:
|
|
|
|
|
|
name: material
|
|
|
|
|
|
logo: assets/logos.png
|
2020-11-23 00:24:33 +08:00
|
|
|
|
favicon: assets/favicon.png
|
|
|
|
|
|
language: zh
|
2020-11-10 23:16:55 +08:00
|
|
|
|
features:
|
|
|
|
|
|
- navigation.tabs
|
|
|
|
|
|
extra_javascript:
|
|
|
|
|
|
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js
|
|
|
|
|
|
- javascripts/config.js
|
|
|
|
|
|
extra_css:
|
|
|
|
|
|
- assets/extra.css
|
|
|
|
|
|
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/default.min.css
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
|
- admonition
|
|
|
|
|
|
- pymdownx.tabbed
|
2020-11-22 19:18:23 +08:00
|
|
|
|
- pymdownx.superfences
|
|
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
|
|
- pymdownx.snippets
|
2020-11-23 01:09:57 +08:00
|
|
|
|
- abbr
|
2020-11-22 19:18:23 +08:00
|
|
|
|
- pymdownx.highlight:
|
|
|
|
|
|
linenums: true
|
|
|
|
|
|
linenums_style: pymdownx.inline
|
2020-11-23 01:09:57 +08:00
|
|
|
|
extra:
|
|
|
|
|
|
version:
|
|
|
|
|
|
method: mike
|
2020-11-10 23:16:55 +08:00
|
|
|
|
|
2020-11-23 01:09:57 +08:00
|
|
|
|
copyright: 'Copyright © 2019 - 2020 CrazyBot Team <span class="tx-switch">
|
|
|
|
|
|
<button data-md-color-scheme="default"><code>默认模式</code></button>
|
|
|
|
|
|
<button data-md-color-scheme="slate"><code>暗黑模式</code></button>
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
var buttons = document.querySelectorAll("button[data-md-color-scheme]");
|
|
|
|
|
|
buttons.forEach(function(button) {
|
|
|
|
|
|
button.addEventListener("click", function() {
|
|
|
|
|
|
var attr = this.getAttribute("data-md-color-scheme");
|
|
|
|
|
|
setCookie("_theme", attr);
|
|
|
|
|
|
document.body.setAttribute("data-md-color-scheme", attr);
|
|
|
|
|
|
var name = document.querySelector("#__code_0 code span:nth-child(7)");
|
|
|
|
|
|
name.textContent = attr;
|
|
|
|
|
|
})
|
|
|
|
|
|
})
|
|
|
|
|
|
</script><br><a href="http://beian.miit.gov.cn">蒙ICP备18000198号-1</a>'
|
2020-11-10 23:16:55 +08:00
|
|
|
|
|
|
|
|
|
|
nav:
|
|
|
|
|
|
- 指南:
|
|
|
|
|
|
- 介绍: index.md
|
2020-11-22 19:18:23 +08:00
|
|
|
|
- 安装框架: guide/安装.md
|
|
|
|
|
|
- 快速上手(机器人篇): guide/快速上手-机器人.md
|
|
|
|
|
|
- 快速上手(HTTP篇): guide/快速上手-http.md
|
2020-11-10 23:16:55 +08:00
|
|
|
|
- 选择聊天机器人实例: guide/OneBot实例.md
|
2020-11-22 19:18:23 +08:00
|
|
|
|
- 基本配置: guide/基本配置.md
|
2020-11-10 23:16:55 +08:00
|
|
|
|
- 事件和注解:
|
|
|
|
|
|
- 事件和注解: event/index.md
|
|
|
|
|
|
- 框架组件:
|
|
|
|
|
|
- 框架组件: component/index.md
|
|
|
|
|
|
- 进阶开发:
|
|
|
|
|
|
- Swoole 进阶: test.md
|
|
|
|
|
|
- FAQ:
|
|
|
|
|
|
- FAQ: FAQ.md
|
|
|
|
|
|
- 更新日志:
|
|
|
|
|
|
- 更新日志: update.md
|