소스 검색

更新 'index.html'

wenxin 2 년 전
부모
커밋
2d65ea439d
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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)'))