forked from svn2github/hustoj
-
Notifications
You must be signed in to change notification settings - Fork 777
/
Copy pathindex.html
40 lines (37 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<!-- Theme -->
<link rel="stylesheet" href="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/docsify/4.11.6/themes/vue.min.css">
<!-- Title -->
<title>HUSTOJ 文档</title>
</head>
<body>
<div id="app">加载中...</div>
<script>
window.$docsify = {
coverpage: true,
onlyCover: true,
loadSidebar: true,
loadNavbar: true,
name: 'HUSTOJ',
alias: {
'/.*/_sidebar.md': '/_sidebar.md'
},
search: {
maxAge: 86400000, // 过期时间,单位毫秒,默认一天
placeholder: '搜索...', // 搜索框文字提示
noData: '未找到结果!', // 搜索无结果文字提示
depth: 4, // 搜索标题的最大程级, 1 - 6
}
}
</script>
<!-- Docsify -->
<script src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/docsify/4.11.6/docsify.min.js"></script>
<!-- Search -->
<script src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/docsify/4.11.6/plugins/search.min.js"></script>
</body>
</html>