-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (180 loc) · 6.48 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</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://unpkg.com/[email protected]/dist/giscus.css">
<link rel="stylesheet"
href="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/style.min.css"
title="docsify-darklight-theme"
type="text/css" />
<link rel="stylesheet"
href="//unpkg.com/docsify-gifcontrol/dist/docsify-gifcontrol.css">
<link rel="stylesheet"
href="https://unpkg.com/swiper/swiper-bundle.css">
<link rel="stylesheet"
href="config/css/swiper.css">
<link rel="stylesheet"
href="config/css/heart.css">
<link rel="stylesheet"
href="config/css/sun.css">
<link rel="stylesheet"
href="config/css/custom.css">
<link rel="stylesheet"
href="config/css/scrollbar.css">
<link rel="stylesheet"
href="config/css/banner.css">
</head>
<body>
<div id="app">🚀 🏃 💨 🐢加载中...</div>
<div id="sidebar">
<img src="images/YYS/SP/纺愿缘结神.png"
alt="bilibili"
class="sidebar-image">
<div class="new-feature">
<p>
<span class="highlight-text">风沐惜&</span>
<span class="highlight-text">软糖酱少女&</span>
<span class="highlight-text">倾听你心跳的旋律&</span>
</p>
<!-- <div class="lyrics-container">-->
<!-- <p class="lyric">这是第一行歌词</p>-->
<!-- <p class="lyric">这是第二行歌词</p>-->
<!-- <p class="lyric">这是第三行歌词</p>-->
<!-- <p class="lyric">这是第四行歌词</p>-->
<!-- <p class="lyric">这是第五行歌词</p>-->
<!-- </div>-->
</div>
</div>
<script>
window.$docsify =
{
repo: 'true',
loadNavbar: true,
loadSidebar: true,
autoHeader: true,
subMaxLevel: 2,
auto2top: true,
homepage: '_home.md',
coverpage: true,
onlyCover: true,
auto2top: true,
logo: '',
name: '茉莉花茶',
noEmoji: false,
mergeNavbar: true,
notFoundPage: true,
topMargin: 90,
corner: {
url: "https://acgsecrets.hk/",
icon: "Spring",
},
search: {
maxAge: 86400000,
paths: 'auto',
placeholder: '搜索',
noData: '找不到结果',
depth: 4,
hideOtherSidebarContent: false,
},
copyCode: {
buttonText: '点击复制',
errorText: '复制失败',
successText: '复制成功',
},
timeUpdater: {
text: ">最后更新时间: {docsify-updated}",
formatUpdated: "{YYYY}/{MM}/{DD}",
whereToPlace: "bottom",
},
pagination: {
previousText: '上一章',
nextText: '下一章',
crossChapter: true,
crossChapterText: true
},
giscus:{
repo: "omaiyiwa/our_home",
repoId: "R_kgDOMBMNIg",
category: "Announcements",
categoryId: "DIC_kwDOMBMNIs4Cfpld",
mapping: "pathname",
reactionsEnabled: "0",
strict: "0",
emitMetadata: "0",
inputPosition: "top",
theme: "light",
lang: "zh-CN",
loading: "lazy"
},
footer: {
copy: '<span>编辑于 © 2024</span>',
auth: 'by 茉莉花茶',
pre: '<hr/>',
style: 'text-align: right;',
class: 'className',
},
beian: {
ICP: "我真备案了, 不信你点我看看",
NISMSP: {
number: "",
url: "",
id: ""
},
},
progress: {
position: "bottom",
color: "var(--theme-color,#42b983)",
height: "3px",
},
docsifyBackTop: {
size: 32,
bottom: 15,
right: 15,
logo: '🔝',
bgColor: '',
},
hideCode: {
scroll: true, // Enable scrolling
height: 200 // Max height
},
};
</script>
<script src="config/js/swiper.js"></script>
<script src="config/js/heart.js"></script>
<script src="config/js/sun.js"></script>
<!-- <script src="config/js/music.js"></script>-->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/external-script.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.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/emoji.min.js"></script>
<script src="//unpkg.com/docsify-gifcontrol/dist/docsify-gifcontrol.js"></script>
<script src="https://unpkg.com/[email protected]/dist/docsify-giscus.min.js"></script>
<script src="https://unpkg.com/docsify-plugin-flexible-alerts"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-updated/src/time-updater.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-beian@latest/dist/beian.min.js"></script>
<script src="//unpkg.com/docsify-footer-enh/dist/docsify-footer-enh.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-progress@latest/dist/progress.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/Sumsung524/docsify-backTop/dist/docsify-backTop.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-hide-code/dist/docsify-hide-code.min.js"></script>
<script src="https://unpkg.com/@h-hg/docsify-image-caption/dist/docsify-image-caption.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.js"> </script>
<script src="https://cdn.jsdelivr.net/npm/docsify-bilibili@latest/bilibili.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-sign-off-sheet"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"
type="text/javascript"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-corner/dist/docsify-corner.min.js"></script>
</body>
</html>