-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (135 loc) · 6.32 KB
/
index.html
File metadata and controls
146 lines (135 loc) · 6.32 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JACK‘s javaNode</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="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/vue.css">
<link rel="icon" href="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/img/favicon%20%281%29.ico">
<link rel="stylesheet" href="/_media.css">
<!-- alert -->
<link rel="stylesheet" href="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/sweetalert.min.css"
type='text/css' media='all' />
<!-- 阿里矢量图 -->
<link rel="stylesheet" href="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/iconfont.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '<h3>Sunspot</h3>',
nameLink: '/',
formatUpdated: '{YYYY}/{MM}/{DD} {HH}:{mm}',
plugins: [
function (hook, vm) {
hook.beforeEach(function (html) {
var url = 'https://github.com/JackjavaKing/MyNode' + vm.route.file
var editHtml = '[📝 EDIT DOCUMENT](' + url + ')\n'
var editHtml_end = '[🖊 Edit Document](' + url + ')\n'
return editHtml
+ html
+ '\n----\n'
+ '> Last Modified {docsify-updated} '
+ editHtml_end
})
}
,
function (hook) {
var footer = [
'<hr/>',
'<footer>',
'<span><a href="https://github.com/JackjavaKing">jackKing</a> ©2022.</span>',
'<span>欲戴皇冠,必承其重</span>',
'</footer>'
].join('');
hook.afterEach(function (html) {
return html + footer;
});
}
],//编辑按钮
themeColor: '#2185d5', // 主题颜色
coverpage: true, //封面
// loadSidebar: true, // 加载 _sidebar.md
onlyCover: true, //只在访问主页时加载封面。
// subMaxLevel: 3, //侧边栏展现目录
maxLevel: 3, //最大的内容表级别
mergeNavbar: true, //Navbar将在小屏幕上与侧边栏合并
loadNavbar: true, //导航栏
auto2top: true, //当路线改变时,滚动到屏幕的顶部
topMargin: 60, //调整top
hideSidebar: false, //完全隐藏侧边栏,侧边栏的任何内容都不会被渲染
executeScript: true, //执行文档里的 script 标签里的脚本,只执行第一个 script (demo)。
count: {
countable: true,
fontsize: '0.9em',
color: 'rgb(90,90,90)',
language: 'chinese'
},//字数统计
search: {
paths: 'auto',
placeholder: '🔍search',
noData: 'No Result',
// Headline depth, 1 - 6
depth: 6,
maxAge: 86400000, // 过期时间,单位毫秒,默认一天
},//添加搜索框
}
</script>
<!-- Docsify v4 -->
<!-- <script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/docsify.js"></script> -->
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/docsify%404.js"></script>
<!-- 字数统计 -->
<script src="//unpkg.com/docsify-count/dist/countable.js"></script>
<!-- 图片缩放 -->
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/zoom-image.min.js"></script>
<!-- 代码复制 -->
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/docsify-copy-code.min.js"></script>
<!-- 代码高亮 -->
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/prism-java.js"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/prism-textile.min.js"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/prism-yaml.min.js"></script>
<script src="//polyfill.io/v3/polyfill.min.js?features=String.prototype.normalize"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/prism-t4-cs.min.js"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/prism-t4-templating.min.js"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/prism-t4-vb.min.js"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/prism-tsx.min.js"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/prism-bash.min.js"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/prism-shell-session.min.js"></script>
<!-- 分页 -->
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/docsify-pagination.min.js"></script>
<!-- 搜索 -->
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/search.min.js"></script>
<!-- 回到顶部 -->
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/jquery.js"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/jquery.goup.js"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/emoji.min.js"></script>
<!-- 复制提醒 -->
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/sweetalert2%408.js"></script>
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/docsify-sidebar-collapse.min.js"></script>
<!-- vue.js -->
<script src="https://knowledgeimagebed.oss-cn-hangzhou.aliyuncs.com/docsify/vue.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$.goup({
trigger: 100,
bottomOffset: 52,
locationOffset: 25,
//title: 'TOP',
titleAsText: true
});
});
window.addEventListener("load", function (event) {
var buttons = document.getElementsByClassName("label");
for (let i = 0; i < buttons.length; i++) {
buttons[i].innerHTML = '<i class="iconfont zhulin-fuzhi"></i>';
}
var bus = document.getElementsByClassName("success");
for (let i = 0; i < bus.length; i++) {
bus[i].innerHTML = "复制成功";
}
});
</script>
</body>
</html>