Files
YukiHookAPI/docs/index.html
2022-04-13 13:59:03 +08:00

97 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta content="YukiHookAPI - 轻量、高效、稳定的 Xposed Hook API" name="description">
<title>YukiHookAPI - 轻量、高效、稳定的 Xposed Hook API</title>
<link href="favicon.ico" rel="icon">
<meta content="Description" name="description">
<meta content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
name="viewport">
<meta http-equiv="pragram" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="expires" content="0" />
<link href="//unpkg.com/docsify/lib/themes/vue.css" rel="stylesheet">
<script src="sw.js"></script>
</head>
<style>
a {
text-decoration: none;
}
.router-link-active {
text-decoration: none;
}
</style>
<body>
<div id="app"></div>
</body>
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
<script>
window.$docsify = {
name: 'YukiHookAPI',
repo: 'https://github.com/fankes/YukiHookAPI',
requestHeaders: {
'Cache': 'no-cache',
'Cache-Control': 'no-cache, must-revalidate',
'Pragma': 'no-cache',
'Expires': '0',
'If-Modified-Since': 'Thu, 01 Jun 1970 00:00:00 GMT'
},
homepage: 'guide/home.md',
coverpage: true,
loadNavbar: true,
loadSidebar: true,
subMaxLevel: 3,
auto2top: true,
mergeNavbar: false,
notFoundPage: '_404.md',
search: {
maxAge: 30000,
paths: [
'/',
'/guide',
'/config',
'/about',
'/api',
'/api/public'
],
placeholder: '搜索文档',
noData: '噫,什么都没找到~',
depth: 5,
hideOtherSidebarContent: true
},
tabs: {
persist: true,
sync: true,
theme: 'classic',
tabComments: true,
tabHeadings: true
},
copyCode: {
buttonText: '复制代码',
errorText: '复制失败',
successText: '已复制'
},
themeColor: '#2D2D2D',
plugins: [
EditOnGithubPlugin.create(
'https://github.com/fankes/YukiHookAPI/blob/master/docs/', null, '在 Github 上编辑此页'
)
]
}
</script>
<script src="https://unpkg.com/docsify@4.12.2/lib/docsify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.27.0/components/prism-groovy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.27.0/components/prism-java.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.27.0/components/prism-kotlin.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
<script>
if (typeof navigator.serviceWorker !== 'undefined') navigator.serviceWorker.register('sw.js');
</script>
</html>