[+] 添加Doc
This commit is contained in:
parent
d83df37364
commit
bcf97701d2
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
19
docs/README.md
Normal file
19
docs/README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# NativeBot
|
||||||
|
|
||||||
|
> 一个 Bukkit 插件。
|
||||||
|
|
||||||
|
## 介绍
|
||||||
|
本插件最早可以追溯到2年前的 M2Q,全名 Minecraft to QQ。与本插件功能类似,但是仅仅只能在 Minecraft 和 QQ 之间转发消息,没有其他的功能。然后就是最近开发的 Connection 及它的重置版 ConnectionRe,但是因为当时编程时候的结构没有规划过,导致很难进行后续的开发,所以就弃坑了。接下来就是您们现在看到的 NativeBot 了,为什么叫 NativeBot 呢?因为它是内置(Native)在插件里的机器人(Bot)。这次开发吸取了上两次的经验,在原来的结构上添加了用户系统,权限系统,进一步丰富了插件的API内容,让开发的时候不需要关注一些奇奇怪怪的问题,总之很舒服。
|
||||||
|
|
||||||
|
## [安装插件](install)
|
||||||
|
|
||||||
|
## [指令大全](commands)
|
||||||
|
|
||||||
|
## [插件开发帮助](development)
|
||||||
|
|
||||||
|
## 鸣谢
|
||||||
|
| 人员/项目/团队 | 内容 |
|
||||||
|
| :-: | :-: |
|
||||||
|
| [PicqBotX](https://github.com/HyDevelop/PicqBotX) | 提供Java的酷QAPI |
|
||||||
|
| [Docsify](https://docsify.js.org) | 提供本Doc的页面引擎 |
|
||||||
|
| Five_willow | 与我一起测试插件 |
|
1
docs/development.md
Normal file
1
docs/development.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# NativeBot 开发帮助
|
21
docs/index.html
Normal file
21
docs/index.html
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<title>Document</title>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
|
<meta name="description" content="Description">
|
||||||
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="app"></div>
|
||||||
|
<script>
|
||||||
|
window.$docsify = {
|
||||||
|
name: '',
|
||||||
|
repo: ''
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
1
docs/install.md
Normal file
1
docs/install.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# NativeBot 安装教程
|
Loading…
Reference in New Issue
Block a user