master
Izzel_Aliz 2018-04-30 12:03:49 +08:00
parent b38e34059a
commit b24d301808
4 changed files with 77 additions and 0 deletions

13
docs/README.md Normal file
View File

@ -0,0 +1,13 @@
# TabooLib
> 开发工具库
## 目录
---
**3.56** 版本开始 `com.sun.tools.jar` 不再和插件一起发布。
如果需要启用 *JavaShell* 功能请将 [com.sun.tools.jar](http://skymc.oss-cn-shanghai.aliyuncs.com/plugins/com.sun.tools.jar) 放入 *"TabooLib/JavaShell/lib"* 文件夹中。  
---
暂时停更,等待 dev 分支测试完成后合并。2018-4-7
感谢海螺(@IzzelAliz大佬的指导和更新。

10
docs/_coverpage.md Normal file
View File

@ -0,0 +1,10 @@
# TabooLib
> 超强 Bukkit API 拓展
* TLocale 语言文本 API
* 自动依赖下载
* 注释 * N
[GitHub](https://github.com/Bkm016/TabooLib/)
[开始](#目录)

54
docs/index.html Normal file
View File

@ -0,0 +1,54 @@
<!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">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" title="dark" disabled>
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="buble" disabled>
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/pure.css" title="pure" disabled>
</head>
<body>
<div id="app">Loading ...</div>
<script>
window.$docsify = {
name: '',
repo: '',
auto2top: true,
coverpage: true,
subMaxLevel: 4,
executeScript: true,
mergeNavbar: true,
search: {
noData: {
'/zh-cn/': '没有结果!',
'/': 'No results!'
},
paths: 'auto',
placeholder: {
'/zh-cn/': '搜索',
'/': 'Search'
}
},
formatUpdated: '{MM}/{DD} {HH}:{mm}',
plugins: [
function (hook, vm) {
hook.beforeEach(function (html) {
var url = 'https://github.com/Bkm016/TabooLib/blob/master/docs/' + vm.route.file
return html
+ '\n\n----\n\n'
+ '<a href="https://github.com/Bkm016/TabooLib/" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">TabooLib Document</a>'
})
}
]
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
</body>
</html>