Browse Source

更新 'index.html'

wenxin 1 year ago
parent
commit
2d65ea439d
1 changed files with 5 additions and 0 deletions
  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)'))