feat: 认证相关

This commit is contained in:
2025-09-06 19:56:13 +08:00
parent 5a25f350c7
commit cd99485c9a
13 changed files with 148 additions and 45 deletions

26
pnpm-lock.yaml generated
View File

@@ -90,6 +90,9 @@ importers:
react-router:
specifier: ^7.8.0
version: 7.8.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
zustand:
specifier: ^5.0.8
version: 5.0.8(@types/react@19.1.12)(react@18.3.1)
devDependencies:
'@arco-plugins/unplugin-react':
specifier: 2.0.0-beta.5
@@ -1915,6 +1918,24 @@ packages:
zod@4.1.5:
resolution: {integrity: sha512-rcUUZqlLJgBC33IT3PNMgsCq6TzLQEG/Ei/KTCU0PedSWRMAXoOUN+4t/0H+Q8bdnLPdqUYnvboJT0bn/229qg==}
zustand@5.0.8:
resolution: {integrity: sha512-gyPKpIaxY9XcO2vSMrLbiER7QMAMGOQZVRdJ6Zi782jkbzZygq5GI9nG8g+sMgitRtndwaBSl7uiqC49o1SSiw==}
engines: {node: '>=12.20.0'}
peerDependencies:
'@types/react': '>=18.0.0'
immer: '>=9.0.6'
react: '>=18.0.0'
use-sync-external-store: '>=1.2.0'
peerDependenciesMeta:
'@types/react':
optional: true
immer:
optional: true
react:
optional: true
use-sync-external-store:
optional: true
snapshots:
'@alloc/quick-lru@5.2.0': {}
@@ -3664,3 +3685,8 @@ snapshots:
zod@3.25.76: {}
zod@4.1.5: {}
zustand@5.0.8(@types/react@19.1.12)(react@18.3.1):
optionalDependencies:
'@types/react': 19.1.12
react: 18.3.1