1 Star 0 Fork 18

̶w̶o̶l̶f̶ / feng3d

forked from feng3d / feng3d 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 2.60 KB
一键复制 编辑 原始数据 按行查看 历史
feng 提交于 2018-05-26 23:30 . 调整 index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>feng3d</title>
<meta name="renderer" content="webkit">
<link rel="icon" href="favicon.ico">
<meta name="google-site-verification" content="6t0LoIeFksrjF4c9sqUEsVXiQNxLp2hgoqo0KryT-sE" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages">
<meta name="description" content="A magical documentation generator.">
<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" title="vue">
<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>
<style>
nav.app-nav li ul {
min-width: 100px;
}
</style>
</head>
<body>
<div id="app">Loading ...</div>
<script>
window.$docsify = {
alias: {
// '/_coverpage.md': '/coverpage.md',
// '/_sidebar.md': '/sidebar.md',
},
basePath: '/docs',
homepage: '../README.md',
auto2top: true,
coverpage: true,
executeScript: true,
loadSidebar: true,
mergeNavbar: true,
maxLevel: 4,
subMaxLevel: 2,
name: 'feng3d',
search: {
noData: {
'/': '没有结果!'
},
paths: 'auto',
placeholder: {
'/': '搜索',
}
},
formatUpdated: '{MM}/{DD} {HH}:{mm}',
plugins: [
function (hook, vm)
{
hook.beforeEach(function (html)
{
var url = 'https://gitee.com/feng3d/feng3d/blob/master/docs/' + vm.route.file
var editHtml = '[:memo: 编辑文档](' + url + ')\n'
return editHtml + html
+ '\n\n----\n\n'
+ '<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</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-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script>
</body>
</html>
1
https://gitee.com/wolf-hw/feng3d.git
git@gitee.com:wolf-hw/feng3d.git
wolf-hw
feng3d
feng3d
master

搜索帮助