添加访客数量统计
All checks were successful
Checking-doc / build-and-deploy(dev) (pull_request) Successful in 10m32s
deploying-doc / build-and-deploy(production) (pull_request) Successful in 12m20s

This commit is contained in:
2025-09-20 21:18:38 +08:00
parent c68dae5108
commit 3b82ce783c
2 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,12 @@ export default defineUserConfig({
head: [
[
'link', { rel: 'icon', href: 'favicon.ico' }
],
[
"script",
{
src: 'https://events.vercount.one/js'
}
]
],