-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
75 lines (62 loc) · 1.95 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="zn_CN">
<head>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?f5d4d2f1b2bcb31cb54b548b12103d99";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<meta name="baidu-site-verification" content="codeva-aq0hOD6TXE" />
<meta charset="UTF-8">
<title>2DOG.DOG</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: '',
coverpage: true,
auto2top: true,
homepage: 'home.md',
loadSidebar: true, // 侧边栏
alias: {
'/.*/_sidebar.md': '/_sidebar.md'
},
readyTransition: true, // 主题-加载动画
responsiveTables: true, // 主题
subMaxLevel: 3, //侧边栏加载标题深度
'flexible-alerts': {
note: {
label: "提示"
},
tip: {
label: "注意"
},
warning: {
label: "警告"
},
attention: {
label: "禁止"
}
},
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<!-- <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script> -->
<!-- 主題 -->
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
<!-- 警告/提示/ -->
<script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>
</body>
</html>