From 2d129ae6ce45036806850232e880b4042bac0f64 Mon Sep 17 00:00:00 2001 From: dearLin <1261008090@qq.com> Date: Mon, 24 Feb 2025 10:44:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=A1=A5=E5=85=85crypto-js=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f841999..09fcb47 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "<p align=\"center\"> <img alt=\"logo\" src=\"https://uviewui.com/common/logo.png\" width=\"120\" height=\"120\" style=\"margin-bottom: 10px;\"> </p> <h3 align=\"center\" style=\"margin: 30px 0 30px;font-weight: bold;font-size:40px;\">uView</h3> <h3 align=\"center\">多平台快速开发的UI框架</h3>", "main": "main.js", "dependencies": { + "crypto-js": "^4.2.0", "uview-ui": "^2.0.35", "vue": "^2.6.14", "vuex-persistedstate": "^3.2.1"