From a6d1e3beb16e8c605c42b1a568b8413e15c0ce00 Mon Sep 17 00:00:00 2001 From: WanP <3515436235@qq.com> Date: Tue, 14 Oct 2025 18:34:17 +0800 Subject: [PATCH] addunihelper --- 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 9cab7e6..59c7973 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,6 +13,7 @@ "@dcloudio/uni-app-plus": "3.0.0-4070620250821001", "@dcloudio/uni-components": "3.0.0-4070620250821001", "@dcloudio/uni-h5": "3.0.0-4070620250821001", + "@dcloudio/uni-helper-json": "^1.0.13", "@dcloudio/uni-mp-alipay": "3.0.0-4070620250821001", "@dcloudio/uni-mp-baidu": "3.0.0-4070620250821001", "@dcloudio/uni-mp-harmony": "3.0.0-4070620250821001", @@ -2406,6 +2407,12 @@ } } }, + "node_modules/@dcloudio/uni-helper-json": { + "version": "1.0.13", + "resolved": "https://registry.npmmirror.com/@dcloudio/uni-helper-json/-/uni-helper-json-1.0.13.tgz", + "integrity": "sha512-FO9Iu4zW4td3Tr+eiCDWuele2ehkJ4qxQ/UhpAMLjso+ZdWz6NagK5Syh6cdy1hoDqbxpNoqnLynuJXe81Ereg==", + "license": "Apache-2.0" + }, "node_modules/@dcloudio/uni-i18n": { "version": "3.0.0-4070620250821001", "resolved": "https://registry.npmmirror.com/@dcloudio/uni-i18n/-/uni-i18n-3.0.0-4070620250821001.tgz", diff --git a/package.json b/package.json index deadefd..d3a9547 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "@dcloudio/uni-app-plus": "3.0.0-4070620250821001", "@dcloudio/uni-components": "3.0.0-4070620250821001", "@dcloudio/uni-h5": "3.0.0-4070620250821001", + "@dcloudio/uni-helper-json": "^1.0.13", "@dcloudio/uni-mp-alipay": "3.0.0-4070620250821001", "@dcloudio/uni-mp-baidu": "3.0.0-4070620250821001", "@dcloudio/uni-mp-harmony": "3.0.0-4070620250821001", @@ -40,4 +41,4 @@ "@vue/runtime-core": "^3.4.21", "vite": "5.2.8" } -} \ No newline at end of file +}