Skip to content

Commit

Permalink
feat: gio
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Aug 8, 2022
1 parent 7c95f8f commit d6fddba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/workbench/browser/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,22 @@
width: 200px;
}
</style>

<!-- GrowingIO Analytics code version 2.1 -->
<!-- Copyright 2015-2018 GrowingIO, Inc. More info available at http://www.growingio.com -->

<script type='text/javascript'>
!function(e,t,n,g,i){e[i]=e[i]||function(){(e[i].q=e[i].q||[]).push(arguments)},n=t.createElement("script"),tag=t.getElementsByTagName("script")[0],n.defer=1,n.src=('https:'==document.location.protocol?'https://':'http://')+g,tag.parentNode.insertBefore(n,tag)}(window,document,"script","assets.giocdn.com/2.1/gio.js","gio");
gio('init','bd7645ddc19400a8', {});

//custom page code begin here

//custom page code end here

gio('send');

</script>

<!-- End GrowingIO Analytics code version: 2.1 -->

</html>

1 comment on commit d6fddba

@vercel
Copy link

@vercel vercel bot commented on d6fddba Aug 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.