From 85052310d5bf3c54e330454e9e77a6459bc63af3 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期日, 14 四月 2019 00:05:06 +0800
Subject: [PATCH] 添加网站logo
---
docs/index.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index 0e6c8f0..4ecaa6f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -15,7 +15,8 @@
<script>
window.$docsify = {
loadSidebar: true,
- subMaxLevel: 2
+ subMaxLevel: 2,
+ coverpage: true
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
--
Gitblit v1.8.0