Browse Source

Update index.html

XIU2 5 years ago
parent
commit
4186eb8e40
1 changed files with 2 additions and 0 deletions
  1. 2 0
      index.html

+ 2 - 0
index.html

@@ -22,10 +22,12 @@
 				loadNavbar:true,
 				auto2top:true,
 				noEmoji: true,
+				ga: 'UA-154344072-1',
 				themeColor:'#4B93F1',
 				alias:{'/en': 'README', '/zh': 'README-ZH'}
 			}
 		</script>
 		<script src="https://cdn.staticfile.org/docsify/4.9.4/docsify.min.js"></script>
+		<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
 	</body>
 </html>