fix: 增加协程内容

This commit is contained in:
2023-02-17 18:14:52 +08:00
parent 8570cab4c9
commit 36631ab107
11 changed files with 44 additions and 13 deletions

View File

@@ -12,11 +12,13 @@
<div id="app">稍等一下,不要着急...</div>
<script>
window.$docsify = {
name: '未知数的空间',
repo: '',
loadSidebar: true, // 加载侧边栏
name: '小小的空间',
repo: 'http://git.xiaoyan159.space:3000/xiaoyan159/Docsify',
loadSidebar: false, // 加载侧边栏
loadNavbar: true, // 加载顶部导航栏
subMaxLevel: 3,
coverpage: true, // 启用首页
relativePath: true, // 启用相对路径
}
</script>
<!-- Docsify v4 -->