Merge pull request #1185 from sy-records/patch-1

Update index.html
This commit is contained in:
黄朝晖 2019-12-25 17:04:25 +08:00 committed by GitHub
commit 48af67c61b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
<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="//cdn.staticfile.org/docsify/4.9.4/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<style>
.app-name-link img {
width: 16%;
@ -17,9 +17,9 @@
<body>
<div id="app"></div>
<script src="//cdn.staticfile.org/docsify/4.9.4/docsify.min.js"></script>
<script src="//cdn.staticfile.org/prism/1.17.1/components/prism-php.min.js"></script>
<!-- <script src="//unpkg.com/docsify-edit-on-github/index.js"></script>-->
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-php.min.js"></script>
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
<script>
window.$docsify = {
name: 'Hyperf',
@ -55,12 +55,12 @@
'/summary.md': './zh-cn/summary.md'
},
plugins: [
// EditOnGithubPlugin.create('https://github.com/hyperf/hyperf/tree/master/doc/')
EditOnGithubPlugin.create('https://github.com/hyperf/hyperf/tree/master/doc/')
]
}
</script>
<!-- <script src="//unpkg.com/docsify-copy-code"></script>-->
<script src="//cdn.staticfile.org/docsify/4.9.4/plugins/search.min.js"></script>
<script src="//unpkg.com/docsify-copy-code"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://");document.write(unescape("%3Cspan style='display:none;' id='cnzz_stat_icon_1278274447'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "v1.cnzz.com/z_stat.php%3Fid%3D1278274447' type='text/javascript'%3E%3C/script%3E"));</script>
</body>