Skip to content

Commit

Permalink
feat: add debug track in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
1834423612 authored Oct 16, 2024
1 parent e6e7d3b commit f4eaa79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-XC497SNNFD');
</script>
<script defer src="https://tj.fastbirdcdn.online/kjchtj_main.js" data-website-id="a12abcfb-ef1f-4799-a891-471112330498"></script>
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

</html>
</html>

0 comments on commit f4eaa79

Please sign in to comment.