Selaa lähdekoodia

更新 'index.html'

wenxin 2 vuotta sitten
vanhempi
commit
2d65ea439d
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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)'))