mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 13:38:41 +00:00
chore: send current domain to analytics
This commit is contained in:
parent
e0f3dbf57c
commit
4d58f21c4c
@ -242,6 +242,18 @@ $new_msg_tot = $new_user_msg_num + $new_system_msg_num;
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async data-domain="sjzezoj.com" src="https://stat.u.sb/js/script.js"></script>
|
<script async data-domain="sjzezoj.com" src="https://stat.u.sb/js/script.js"></script>
|
||||||
|
<script>
|
||||||
|
window.plausible = window.plausible || function() {
|
||||||
|
(window.plausible.q = window.plausible.q || []).push(arguments)
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script>
|
||||||
|
plausible('Domain', {
|
||||||
|
props: {
|
||||||
|
domain: window.location.host,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="d-flex flex-column min-vh-100
|
<body class="d-flex flex-column min-vh-100
|
||||||
|
Loading…
Reference in New Issue
Block a user