Skip to content

Commit

Permalink
[Add] 🍩 Analytics for Debug&Error Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Feb 3, 2024
1 parent 31700ca commit b4e491e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
<meta name="referrer" content="origin-when-cross-origin" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>BingAI - 聊天</title>
<!-- Google tag Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZVJCFLBFRZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZVJCFLBFRZ');
</script>
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "kw2cze8oin");
</script>
<!-- 百度统计 -->
<script>
var _hmt = _hmt || [];
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/ChatNav/ChatNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ const autoPassCFChallenge = async () => {
<NFormItem path="token" label="原开源地址">
<NButton text tag="a" href="https://github.com/adams549659584/go-proxy-bingai" target="_blank" type="success">adams549659584/go-proxy-bingai</NButton>
</NFormItem>
</NForm>
</NForm>
<template #action>
<NButton ghost size="large" @click="isShowSetAboutModal = false" type="info">确定</NButton>
</template>
Expand Down

0 comments on commit b4e491e

Please sign in to comment.