Commit 0cc6e1a6 authored by 神楽坂玲奈's avatar 神楽坂玲奈 Committed by GitHub

Update index.html

parent bc343c18
......@@ -7,6 +7,11 @@
<meta name="theme-color" content="#673ab7">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script>
window.onerror = function(message, source, lineno, colno, error) {
alert(message);
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-29582484-4"></script>
<script>
......@@ -15,15 +20,6 @@
gtag('js', new Date());
gtag('config', 'UA-29582484-4');
</script>
<script>
window.onerror = function(message, source, lineno, colno, error) {
alert(`出错了, 请联系 QQ 474078233
${message}
${source}:${lineno}:${colno}
${error.stack}`)
}
</script>
</head>
<body>
<app-root>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment