This commit is contained in:
xiafang
2020-12-10 11:18:45 +08:00
parent e5615ad80f
commit 0c6129140f
10 changed files with 146 additions and 94 deletions

View File

@@ -6,13 +6,20 @@
<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">
<style>
strong{
color: #42b983;
}
</style>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<div id="app">加载中……</div>
<script>
window.$docsify = {
coverpage: true,
onlyCover: true,
subMaxLevel: 3,
loadSidebar: true,
alias: {
'/.*/_sidebar.md': '/_sidebar.md'