Skip to content

Commit

Permalink
feat: add gio
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Jan 3, 2023
1 parent 0b15d05 commit b441de0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/workbench/browser/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,28 @@
window.location.href = 'https://postcat.com';
}
</script>
<script type="text/javascript" async>
!(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.async = 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>

<script>
const rootEl = document.querySelector('eo-root');
const loadingEl = document.querySelector('#first-screen-loading-container');
Expand Down

1 comment on commit b441de0

@vercel
Copy link

@vercel vercel bot commented on b441de0 Jan 3, 2023

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.