-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (59 loc) · 2.24 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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8" />
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta http-equiv="Content-Type" content="text/html" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<meta name="wap-font-scale" content="no">
<link rel="shortcut icon" href="favicon.png" />
<title>永恒的案例库</title>
<meta name="description" content="demo,案例,foreverZ133">
<link rel="stylesheet" href="./static/vue.min.css">
<link rel="stylesheet" href="./static/vuep.min.css">
<link rel="stylesheet" href="./static/gitalk.css">
<link rel="stylesheet" href="./assets/css/index.css">
</head>
<body>
<div id="app">加载中...</div>
<script>
window.$docsify = {
loadSidebar: true,
auto2top: true,
name: '永恒的财宝',
repo: 'https://github.com/forever-z-133/demo-preview/',
}
</script>
<script src="./static/docsify.min.js"></script>
<script src="./static/vue.min.js"></script>
<script src="./static/vuep.min.js"></script>
<script src="./static/gitalk.plugins.min.js"></script>
<script src="./static/gitalk.min.js"></script>
<script src="./static/prism-scss.min.js"></script>
<script src="./static/prism-less.min.js"></script>
<script src="./static/prism-pug.min.js"></script>
<script src="./static/prism-typescript.min.js"></script>
<script src="./static/prism-json.min.js"></script>
<script src="./static/prism-jsx.min.js"></script>
<script src="./assets/js/md5.js"></script>
<script>
const gitalk = new Gitalk({
clientID: 'ddf187a63ba064fa694c',
clientSecret: '9edfacdf411671462f110b52bda99e140f418b2b',
repo: 'demo-preview',
owner: 'forever-z-133',
admin: ['forever-z-133'],
distractionFreeMode: true,
id: md5(window.location.hash)
});
window.gittalk = gitalk;
gitalk.render('app');
</script>
</body>
</html>