mirror of
https://github.com/huihut/interview.git
synced 2024-03-22 13:10:48 +08:00
This commit is contained in:
parent
836a2c3a24
commit
eb5aee67ff
|
@ -2,20 +2,33 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Document</title>
|
<title>interview</title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
<meta name="description" content="Description">
|
<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">
|
<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/vue.css">
|
||||||
|
<link rel="icon" href="https://huihut-img.oss-cn-shenzhen.aliyuncs.com/emoji-book.png">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: '',
|
name: 'interview',
|
||||||
repo: ''
|
repo: 'https://github.com/huihut/interview',
|
||||||
|
maxLevel: 3,
|
||||||
|
mergeNavbar: true,
|
||||||
|
search: {
|
||||||
|
paths: 'auto',
|
||||||
|
placeholder: '🔍 Type to search ',
|
||||||
|
noData: '😞 No Results! ',
|
||||||
|
depth: 6
|
||||||
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||||||
|
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
|
||||||
|
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.js"></script>
|
||||||
|
<script src="//unpkg.com/prismjs/components/prism-c.js"></script>
|
||||||
|
<script src="//unpkg.com/prismjs/components/prism-cpp.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user