Prechádzať zdrojové kódy

更新 'index.html'

wenxin 1 rok pred
rodič
commit
2d65ea439d
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  1. 5 0
      index.html

+ 5 - 0
index.html

xqd
@@ -2,6 +2,11 @@
 <html lang="en">
 	<head>
 		<meta charset="UTF-8" />
+		<!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
+		<script>
+		  // VConsole will be exported to `window.VConsole` by default.
+		  var vConsole = new window.VConsole();
+		</script> -->
 		<script>
 			var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
 				CSS.supports('top: constant(a)'))