实现登录态自动续期并优化扫码兼容性

This commit is contained in:
andy
2026-07-11 15:53:41 +08:00
parent 4870b6761e
commit ab4da9850b
14 changed files with 514 additions and 32 deletions

View File

@@ -12,6 +12,7 @@
"preview": "vite preview --host 0.0.0.0",
"preview:test": "vite preview --host 0.0.0.0 --mode test",
"preview:prod": "vite preview --host 0.0.0.0 --mode production",
"test:unit": "node --test --experimental-strip-types src/utils/__tests__/*.test.ts",
"typecheck": "vue-tsc -b"
},
"dependencies": {