feat: 登录页面UI初始化
Showing
... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
"@tailwindcss/vite": "^4.1.8", | "@tailwindcss/vite": "^4.1.8", | ||
"@vueuse/core": "^13.3.0", | "@vueuse/core": "^13.3.0", | ||
"axios": "^1.9.0", | "axios": "^1.9.0", | ||
"crypto-js": "^4.2.0", | |||
"element-plus": "^2.9.11", | "element-plus": "^2.9.11", | ||
"nanoid": "^5.1.5", | "nanoid": "^5.1.5", | ||
"nprogress": "^0.2.0", | "nprogress": "^0.2.0", | ||
... | @@ -36,6 +37,7 @@ | ... | @@ -36,6 +37,7 @@ |
"@commitlint/config-conventional": "^19.8.1", | "@commitlint/config-conventional": "^19.8.1", | ||
"@commitlint/types": "^19.8.1", | "@commitlint/types": "^19.8.1", | ||
"@intlify/unplugin-vue-i18n": "^6.0.8", | "@intlify/unplugin-vue-i18n": "^6.0.8", | ||
"@types/crypto-js": "^4.2.2", | |||
"@types/node": "^22.15.29", | "@types/node": "^22.15.29", | ||
"@types/nprogress": "^0.2.3", | "@types/nprogress": "^0.2.3", | ||
"@typescript-eslint/parser": "^8.33.1", | "@typescript-eslint/parser": "^8.33.1", | ||
... | ... |
This diff is collapsed.
src/utils/crypto.ts
0 → 100644
Please
register
or
sign in
to comment