From 7cbda90b02e31447122f1d22c9797b423d7bd9fc Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期三, 16 十月 2024 17:26:06 +0800 Subject: [PATCH] 添加扫码成功操作页,修改主页面样式,更换主页图标 --- package.json | 33 ++++++++++++++++++--------------- 1 files changed, 18 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index c5861ff..815f9dd 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,19 @@ { - "name": "water-drinking-uniapp", - "version": "1.0.0", - "description": "", - "main": "main.js", - "dependencies":{ - "@dcloudio/uni-ui": "^1.4.28" - }, - "devDependencies": {}, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "keywords": [], - "author": "", - "license": "ISC" -} + "id": "da-tree", + "name": "da-tree 树组件(支持单选、多选、无限级、主题色,Vue3版) ", + "displayName": "da-tree 树组件(支持单选、多选、无限级、主题色,Vue3版) ", + "version": "1.4.2", + "description": "一个基于 Vue3 的tree(树)组件,支持主题换色,可能是最适合你的tree(树)组件", + "keywords": [ + "tree", + "树", + "树组件", + "da系列" + ], + "dcloudext": { + "category": [ + "前端组件", + "通用组件" + ] + } +} \ No newline at end of file -- Gitblit v1.9.3