build: 添加 js-base64 和 jsencrypt 依赖

This commit is contained in:
houakang
2026-04-12 12:52:05 +08:00
parent 9710da8b3d
commit 84680a9639

View File

@@ -49,7 +49,9 @@
"lucide-vue-next": "^1.0.0", "lucide-vue-next": "^1.0.0",
"pinia": "^3.0.4", "pinia": "^3.0.4",
"vue": "^3.5.32", "vue": "^3.5.32",
"vue-router": "^4.6.4" "vue-router": "^4.6.4",
"js-base64": "3.7.5",
"jsencrypt": "^3.5.4"
}, },
"lint-staged": { "lint-staged": {
"*.{js,vue}": [ "*.{js,vue}": [