From e7f30f27884605a8a50717933675810845b4c722 Mon Sep 17 00:00:00 2001 From: tao Date: Tue, 23 Dec 2025 13:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BE=9D=E8=B5=96=EF=BC=9A?= =?UTF-8?q?=E5=8A=A0=E5=AF=86=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 7 +++++++ package.json | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 6ae8b52..ab3252d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "ant-design-vue": "^4.2.6", "axios": "^1.10.0", + "jsencrypt": "^3.5.4", "pinia": "^3.0.3", "unplugin-vue-components": "^28.7.0", "vue": "^3.5.13", @@ -1938,6 +1939,12 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "license": "MIT" }, + "node_modules/jsencrypt": { + "version": "3.5.4", + "resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.5.4.tgz", + "integrity": "sha512-kNjfYEMNASxrDGsmcSQh/rUTmcoRfSUkxnAz+MMywM8jtGu+fFEZ3nJjHM58zscVnwR0fYmG9sGkTDjqUdpiwA==", + "license": "MIT" + }, "node_modules/kolorist": { "version": "1.8.0", "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz", diff --git a/package.json b/package.json index ddf61fd..a9ad784 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,14 @@ "version": "0.0.1", "type": "module", "scripts": { - "dev": "vite --open", + "dev": "vite --host --open", "build": "vite build", "preview": "vite preview" }, "dependencies": { "ant-design-vue": "^4.2.6", "axios": "^1.10.0", + "jsencrypt": "^3.5.4", "pinia": "^3.0.3", "unplugin-vue-components": "^28.7.0", "vue": "^3.5.13",