feat: 增加目录

This commit is contained in:
2022-08-29 19:54:39 +08:00
parent f885e547a2
commit 902f8573eb
12 changed files with 41 additions and 3 deletions

View File

@@ -9,11 +9,14 @@
<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 = {
name: '',
repo: ''
name: '未知数的空间',
repo: '',
loadSidebar: true, // 加载侧边栏
loadNavbar: true, // 加载顶部导航栏
subMaxLevel: 3,
}
</script>
<!-- Docsify v4 -->