mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 02:35:40 +08:00
Remove old documentations
This commit is contained in:
@@ -1,97 +0,0 @@
|
||||
<!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="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: 4,
|
||||
auto2top: true,
|
||||
mergeNavbar: false,
|
||||
notFoundPage: '_404.md',
|
||||
search: {
|
||||
maxAge: 30000,
|
||||
paths: [
|
||||
'/',
|
||||
'/guide',
|
||||
'/config',
|
||||
'/about',
|
||||
'/api',
|
||||
'/api/public'
|
||||
],
|
||||
placeholder: '搜索文档',
|
||||
noData: '噫,什么都没找到~',
|
||||
depth: 7,
|
||||
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="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>
|
Reference in New Issue
Block a user