This commit is contained in:
liangping 2023-05-21 17:52:38 +08:00
parent 473e5b4db7
commit a07fd54cb3

View File

@ -23,13 +23,13 @@
</div>
<script type="module" src="/src/main.ts"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-238887-1"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SSBKVF3GMX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-238887-1');
gtag('config', 'G-SSBKVF3GMX');
</script>
</body>
</html>