feat:modify statistics

This commit is contained in:
Zyronon
2025-10-01 23:12:37 +08:00
parent a3133a7f15
commit 051bf367c9
6 changed files with 17 additions and 15 deletions

View File

@@ -63,6 +63,7 @@ async function init() {
runtimeStore.isNew = r ? (APP_VERSION.version > Number(r)) : true
})
}
window.umami?.track('host', window.location.host)
}
onMounted(init)