docs-isharkfly-com/index.html

65 lines
2.0 KiB
HTML
Raw Permalink Normal View History

2020-09-30 14:27:40 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
2020-09-30 14:42:56 -04:00
<meta charset="UTF-8">
2020-11-28 10:20:47 -05:00
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-W3NL9V');</script>
2020-11-28 10:20:47 -05:00
<!-- End Google Tag Manager -->
<title>iSharkFly 文档手册</title>
2020-09-30 14:42:56 -04:00
<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">
2022-08-05 07:50:43 -04:00
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<style>
:root {
/* Reduce the font size */
--base-font-size: 14px;
2022-08-05 07:50:43 -04:00
/* Change the theme color hue (0-360) */
/* --theme-hue: 325; */
/* Add sidebar navigation bullets */
/* --sidebar-nav-link-before-content-l1: "😀"; */
/* --sidebar-nav-link-before-content-l2: "💩"; */
--content-max-width: 120rem;
--sidebar-width: 22rem;
2023-11-06 22:07:53 -05:00
2022-08-05 07:50:43 -04:00
--link-color: var(--theme-color);
}
</style>
2020-09-30 14:27:40 -04:00
</head>
<body>
2020-09-30 14:42:56 -04:00
<div id="app"></div>
<script>
2020-09-30 14:27:40 -04:00
window.$docsify = {
name: 'iSharkFly 文档手册',
2023-10-09 18:22:11 -04:00
repo: 'https://github.com/iSharkfly-Docs/docs-isharkfly-com',
2020-11-28 17:17:10 -05:00
executeScript: true,
loadNavbar: true,
mergeNavbar: true,
maxLevel: 4,
subMaxLevel: 2,
2023-11-08 11:07:33 -05:00
loadSidebar: true,
2020-09-30 14:27:40 -04:00
}
2020-09-30 14:42:56 -04:00
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
2020-09-30 14:27:40 -04:00
</body>
</html>