feat: add admin site stats page with DAU chart

This commit is contained in:
Tim
2025-07-14 21:39:01 +08:00
parent 1b09a8c7ae
commit 40331886df
9 changed files with 204 additions and 1 deletions

View File

@@ -15,7 +15,9 @@
"vue": "^3.2.13",
"vue-router": "^4.5.1",
"vue-toastification": "^2.0.0-rc.5",
"vue-easy-lightbox": "^1.19.0"
"vue-easy-lightbox": "^1.19.0",
"echarts": "^5.6.0",
"vue-echarts": "^7.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.16",