AssetManager.UniApp/package-lock.json
claw_bot fc05840e40 refactor: 使用ucharts替换原生canvas绘制收益曲线
- 安装@qiun/ucharts依赖
- 使用qiun-ucharts组件绘制折线图
- 配置平滑曲线、渐变填充、网格线
- 移除原生canvas绘制代码,简化逻辑
- 支持触摸查看数据(ucharts内置)
2026-03-14 09:41:07 +00:00

30 lines
916 B
JSON
Executable File

{
"name": "AssetManager.UniApp",
"lockfileVersion": 3,
"requires": true,
"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",
"integrity": "sha512-vHByf0kxKReYxam6BuU6wn/80giCkMaMUHEblhkf4kAjP852b86V3ctkjfGtV17MEIORFo3Vkve+HFnHNXpwNg==",
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^4.66",
"uni-app-x": ""
}
}
}
}