fly316-docs/index.html
2025-06-10 00:24:01 +08:00

104 lines
4.1 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>fly316 中心知识库</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="static/vue.css">
<link rel="stylesheet" href="static/toc.css">
<link rel="stylesheet" href="static/sidebar.min.css" />
<link rel="stylesheet" href="static/docsify-vite-coverpage.css">
<link rel="stylesheet" href="static/darkmode.css">
<!-- disable darkmode -->
<!-- <link rel="stylesheet" href="static/darkmode.min.css"> -->
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
// 侧栏名称
name: '<img src="./static/logo.png"></img>fly316 中心知识库',
//开启封面
coverpage: true,
//开启侧栏
loadSidebar: true,
loadNavbar: true,
//子栏最大层级数量
subMaxLevel: 3,
//定栏开启
// loadNavbar: true,
// autoHeader: true,
//开启404页面
notFoundPage: true,
// topMargin: 90,
// themeColor: "#42b983", //darkmode
repo: '',
//rtl插件配置
pagination: {
previousText: '上一章节',
nextText: '下一章节',
crossChapter: true,
crossChapterText: true,
},
//索引栏目(右上)栏
toc: {
scope: '.markdown-section',
headings: 'h1, h2, h3, h4, h5, h6',
title: '本文索引',
},
//侧边栏折叠
sidebarDisplayLevel: 2,
alias: {
'/.*/_sidebar.md': '/_sidebar.md',
},
}
</script>
<!-- Docsify v4 -->
<script src="static/docsify@4.js"></script>
<!-- plugin list -->
<script src="./static/docsify-pagination.min.js"></script>
<script src="./static/toc.js"></script>
<script src="./static/docsify-sidebar-collapse.min.js"></script>
<!-- <script src="./static/dark-switcher.js"></script> -->
<script src="./static/docsify-dark-switcher.js"></script>
<script src="./static/fontsize.js"></script>
<!-- disable darkmode -->
<!-- <script src="./static/darkmode.min.js"></script> -->
</body>
<style>
:root {
--dark-base-background: #222;
--dark-base-color: #bbc0c4;
--dark-theme-color: var(--theme-color, #42b983);
--dark-code-color: var(--dark-color);
--dark-heading-color: var(--dark-theme-color);
--dark-cover-background: #000000a8;
--dark-code-background: #303030;
--dark-tip-background: #2c0000;
--dark-warn-background: #005842;
--dark-icon-size: 25px;
--dark-icon-transition: .1s ease-in-out .1s;
--dark-moon-color: #000000;
--dark-sun-color: #ffffff;
--dark-moon-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M9.598 1.591a.749.749 0 0 1 .785-.175 7.001 7.001 0 1 1-8.967 8.967.75.75 0 0 1 .961-.96 5.5 5.5 0 0 0 7.046-7.046.75.75 0 0 1 .175-.786m1.616 1.945a7 7 0 0 1-7.678 7.678 5.499 5.499 0 1 0 7.678-7.678'/%3E%3C/svg%3E");
--dark-sun-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 16 16'%3E%3Cpath fill='currentColor' d='M8 12a4 4 0 1 1 0-8a4 4 0 0 1 0 8m0-1.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m5.657-8.157a.75.75 0 0 1 0 1.061l-1.061 1.06a.749.749 0 0 1-1.275-.326a.749.749 0 0 1 .215-.734l1.06-1.06a.75.75 0 0 1 1.06 0Zm-9.193 9.193a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 1 1-1.061-1.06l1.06-1.061a.75.75 0 0 1 1.061 0M8 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 8 0M3 8a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 3 8m13 0a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 16 8m-8 5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 13m3.536-1.464a.75.75 0 0 1 1.06 0l1.061 1.06a.75.75 0 0 1-1.06 1.061l-1.061-1.06a.75.75 0 0 1 0-1.061M2.343 2.343a.75.75 0 0 1 1.061 0l1.06 1.061a.751.751 0 0 1-.018 1.042a.751.751 0 0 1-1.042.018l-1.06-1.06a.75.75 0 0 1 0-1.06Z'/%3E%3C/svg%3E");
}
</style>
</html>