船新文档
This commit is contained in:
		@@ -1,54 +1,56 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
<html lang="zh">
 | 
			
		||||
<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>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <title>TabooLib 文档</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">Loading ...</div>
 | 
			
		||||
  <script>
 | 
			
		||||
<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!'
 | 
			
		||||
        name: '',
 | 
			
		||||
        repo: '',
 | 
			
		||||
        auto2top: true,
 | 
			
		||||
        coverpage: true,
 | 
			
		||||
        loadSidebar: true,
 | 
			
		||||
        subMaxLevel: 4,
 | 
			
		||||
        executeScript: true,
 | 
			
		||||
        search: {
 | 
			
		||||
            noData: {
 | 
			
		||||
                '/zh-cn/': '没有结果!',
 | 
			
		||||
                '/': 'No results!'
 | 
			
		||||
            },
 | 
			
		||||
            paths: 'auto',
 | 
			
		||||
            placeholder: {
 | 
			
		||||
                '/zh-cn/': '搜索',
 | 
			
		||||
                '/': 'Search'
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        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>'
 | 
			
		||||
          })
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
        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>
 | 
			
		||||
</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>
 | 
			
		||||
<script src="//unpkg.com/prismjs/components/prism-yaml.min.js"></script>
 | 
			
		||||
<script src="//unpkg.com/prismjs/components/prism-xml.min.js"></script>
 | 
			
		||||
<script src="//unpkg.com/prismjs/components/prism-groovy.min.js"></script>
 | 
			
		||||
<script src="//unpkg.com/prismjs/components/prism-scala.min.js"></script>
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user