From 632b5b6f6d9bd9896d8f51ea51f3cff7a1eda32f Mon Sep 17 00:00:00 2001 From: claw_bot Date: Sun, 15 Mar 2026 07:07:36 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=94=B9=E7=94=A8=20uni=5Fmodules?= =?UTF-8?q?=20=E6=96=B9=E5=BC=8F=E5=BC=95=E5=85=A5=20qiun-data-charts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 npm @qiun/ucharts 依赖 - 改用 qiun-data-charts 组件(需从插件市场安装) - 恢复 computed chartData 和 ref chartOpts 配置 --- package-lock.json | 7 --- package.json | 1 - pages/detail/detail.vue | 125 +++++++++++++++++----------------------- 3 files changed, 52 insertions(+), 81 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3946601..a9f9f73 100755 --- a/package-lock.json +++ b/package-lock.json @@ -5,16 +5,9 @@ "packages": { "": { "dependencies": { - "@qiun/ucharts": "^2.5.0-20230101", "uview-plus": "^3.7.13" } }, - "node_modules/@qiun/ucharts": { - "version": "2.5.0-20230101", - "resolved": "https://registry.npmjs.org/@qiun/ucharts/-/ucharts-2.5.0-20230101.tgz", - "integrity": "sha512-C7ccBgfPuGF6dxTRuMW0NPPMSCf1k/kh3I9zkRVBc5PaivudX/rPL+jd2Wty6gn5ya5L3Ob+YmYe09V5xw66Cw==", - "license": "Apache" - }, "node_modules/uview-plus": { "version": "3.7.13", "resolved": "https://registry.npmjs.org/uview-plus/-/uview-plus-3.7.13.tgz", diff --git a/package.json b/package.json index 85cfe1d..ef03121 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "dependencies": { - "@qiun/ucharts": "^2.5.0-20230101", "uview-plus": "^3.7.13" } } diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue index 7976fc3..a02b780 100755 --- a/pages/detail/detail.vue +++ b/pages/detail/detail.vue @@ -81,12 +81,13 @@ - + @@ -433,11 +434,8 @@