-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (138 loc) · 5.96 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
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
147
148
149
150
151
152
153
<!DOCTYPE html>
<!-- 直播法律助手 -->
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>直播法律助手</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<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">
<!-- 设置浏览器图标 -->
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<!-- 默认主题 -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
</head>
<body>
<!-- 定义加载时候的动作 -->
<div id="app">加载中,若长时间无响应请刷新或重启</div>
<script>
// if (typeof navigator.serviceWorker !== 'undefined') {
// navigator.serviceWorker.register('sw.js')
// }
window.$docsify = {
// 项目名称
name: '直播法律助手',
// 仓库地址,点击右上角的Github章鱼猫头像会跳转到此地址
repo: 'https://github.com/Maicarons/livelawhelper',
// 侧边栏支持,默认加载的是项目根目录下的_sidebar.md文件
loadSidebar: true,
// 导航栏支持,默认加载的是项目根目录下的_navbar.md文件
loadNavbar: true,
// 封面支持,默认加载的是项目根目录下的_coverpage.md文件
coverpage: true,
// 最大支持渲染的标题层级
maxLevel: 10,
// 自定义侧边栏后默认不会再生成目录,设置生成目录的最大层级(建议配置为2-4)
subMaxLevel: 10,
// 小屏设备下合并导航栏到侧边栏
mergeNavbar: true,
busuanzi: true,
relativePath: true,
auto2top: true,
/*搜索相关设置*/
search: {
maxAge: 10,// 过期时间,单位毫秒,默认一天
paths: 'auto',// 注意:仅适用于 paths: 'auto' 模式
placeholder: '搜索',
noData: '找不到结果',
depth: 20,
hideOtherSidebarContent: false,
namespace: 'LiveLawHelper',
},
pagination: {
previousText: '上一章节',
// or
nextText: {
'/en/': 'NEXT',
'/': '下一章节'
},
crossChapter: true,
crossChapterText: true,
},
progress: {
position: "top",
color: "var(--theme-color,#66ccff)",
height: "3px",
},
giscus:{
repo: "Maicarons/livelawhelper",
repoId: "R_kgDOJwQFHg",
category: "General",
categoryId: "DIC_kwDOJwQFHs4CXQe-",
mapping: "pathname",
reactionsEnabled: "0",
strict: "1",
emitMetadata: "0",
inputPosition: "top",
theme: "preferred_color_scheme",
lang: "zh-CN",
loading: "lazy",
crossorigin:"anonymous"
},
count:{
countable:true,
fontsize:'0.9em',
color:'rgb(90,90,90)',
language:'chinese'
},
ads: [
{
img: 'https://dn-lego-static.qbox.me/cps/1638355965-480x300.jpg',
href: 'https://s.qiniu.com/zMZnqy'
},
{
img: 'https://dn-lego-static.qbox.me/cps/1638355965-480x300.jpg',
href: 'https://s.qiniu.com/zMZnqy'
},
{
img: 'https://dn-lego-static.qbox.me/cps/1638355799-480300.jpg',
href: 'https://s.qiniu.com/zMZnqy'
},
{
img: 'https://dn-lego-static.qbox.me/cps/1638268412-480x300.jpg',
href: 'https://s.qiniu.com/zMZnqy'
},
{
img: 'https://dn-lego-static.qbox.me/cps/1638268217-480x300.jpg',
href: 'https://s.qiniu.com/zMZnqy'
},
{
img: 'https://dn-lego-static.qbox.me/cps/1638267917-480x300.jpg',
href: 'https://s.qiniu.com/zMZnqy'
},
]
}
</script>
<!-- docsify的js依赖 -->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<!-- emoji表情支持 -->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/emoji.min.js"></script>
<!-- 图片放大缩小支持 -->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
<!-- 搜索功能支持 -->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<!--在所有的代码块上添加一个简单的Click to copy按钮来允许用户从你的文档中轻易地复制代码-->
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
<!-- giscus评论 -->
<link rel="stylesheet" href="https://unpkg.com/docsify-giscus@1.0.0/dist/giscus.css">
<script src="https://unpkg.com/docsify-giscus@1.0.0/dist/docsify-giscus.min.js"></script>
<script src="https://unpkg.com/docsify-busuanzi@1.0.1/dist/docsify-busuanzi.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script>
<script src="https://unpkg.com/docsify-count/dist/countable.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-progress@latest/dist/progress.min.js"></script>
<script src="https://unpkg.com/docsify-ads@1.0.4/dist/docsify-ads.min.js"></script>
</body>
</html>