This commit is contained in:
liangjian
2026-01-27 16:32:15 +08:00
commit 836c61ac55
303 changed files with 34442 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<template>
<div></div>
</template>
<script setup>
//
defineOptions({
name: 'VabStatistics',
})
onBeforeMount(() => {
if (location.hostname !== 'localhost' && !location.hostname.includes('127') && !location.hostname.includes('192')) {
;(function () {
const hm = document.createElement('script')
let k = '820b686671af452e8a4e18952ce946d8'
if (location.hostname.includes('vuejs-core')) k = '9578a46b371ba85ee55bc868d6b30692'
hm.src = `//hm.baidu.com/hm.js?${k}`
const s = document.querySelectorAll('script')[0]
s.parentNode.insertBefore(hm, s)
})()
;(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
// eslint-disable-next-line prefer-rest-params
;(c[a].q = c[a].q || []).push(arguments)
}
t = l.createElement(r)
t.async = 1
t.src = `//www.clarity.ms/tag/${i}`
y = l.getElementsByTagName(r)[0]
y.parentNode.insertBefore(t, y)
})(window, document, 'clarity', 'script', 'j9de7dmm7n')
}
})
</script>