xiu2 4 years ago
parent
commit
120c9c152e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      index.html

+ 0 - 2
index.html

@@ -29,14 +29,12 @@
 				loadNavbar:true,
 				auto2top:true,
 				noEmoji: true,
-				ga: 'UA-154344072-1',
 				themeColor:'#4B93F1',
 				alias:{'/en': 'README', '/zh': 'README-ZH'},
 				darklightTheme: {defaultTheme : 'light', dark: {background : '#22272E', sidebarBackground : '#2D333B', codeBackgroundColor : '#2D333B', blockQuoteColor : '#768390', textColor : '#ADBAC7', sidebarSublink: '#768390', accent : '#4285DD', hrColor : '#1B293B', tdthBorderColor : '#4F5964', imgOpacity : 0.7}, light: {sidebarBackground : '#FFFFFF', accent : '#4B93F1', hrColor : '#EEEEEE', tdthBorderColor : '#DDDDDD', imgOpacity : 1}}
 			}
 		</script>
 		<script src="https://cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
-		<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js"></script>
 		<script src="https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript"></script>
 	</body>
 </html>