feat: 完成登录session处理

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-24 22:22:21 +08:00
parent 5294528148
commit 81965595f0
15 changed files with 804 additions and 240 deletions
+2 -1
View File
@@ -18,7 +18,6 @@
"@nuxtjs/tailwindcss": "6.14.0",
"@pinia/nuxt": "0.11.3",
"@takumi-rs/core": "^1.0.16",
"@vueuse/nuxt": "14.2.1",
"nuxt": "^4.4.2",
"pinia": "^3.0.4",
"vue": "^3.5.32",
@@ -26,6 +25,8 @@
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "14.2.1",
"vue-tsc": "^3.2.7"
}
}