优化组件/更新

This commit is contained in:
gyq
2025-12-03 10:13:55 +08:00
parent 92f9776a35
commit 09b6e36a52
261 changed files with 22080 additions and 7238 deletions

View File

@@ -1,8 +1,8 @@
{
"id": "lime-clipper",
"displayName": "图片剪刀-LimeUI",
"version": "1.0.1",
"description": "一款自我感觉良好的图片裁剪插件",
"displayName": "lime-clipper 图片裁剪",
"version": "1.1.3",
"description": "一款自我感觉良好的图片裁剪插件, 兼容uniapp/uniappx",
"keywords": [
"图片裁剪",
"缩放",
@@ -11,15 +11,17 @@
],
"repository": "https://gitee.com/liangei/lime-clipper",
"engines": {
"HBuilderX": "^3.6.4"
"HBuilderX": "^4.44",
"uni-app": "^4.45",
"uni-app-x": "^4.66"
},
"dcloudext": {
"dcloudext": {
"sale": {
"regular": {
"price": "0.00"
"price": "59.99"
},
"sourcecode": {
"price": "0.00"
"price": "60.00"
}
},
"contact": {
@@ -31,44 +33,74 @@
"permissions": "无"
},
"npmurl": "",
"type": "component-vue"
"type": "component-vue",
"darkmode": "x",
"i18n": "x",
"widescreen": "x"
},
"uni_modules": {
"dependencies": [],
"dependencies": [
"lime-style"
],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
"tcb": "x",
"aliyun": "x",
"alipay": "x"
},
"client": {
"App": {
"app-vue": "y",
"app-nvue": "n"
"uni-app": {
"vue": {
"vue2": "√",
"vue3": "√"
},
"web": {
"safari": "√",
"chrome": "√"
},
"app": {
"vue": "√",
"nvue": "-",
"android": {
"extVersion": "",
"minVersion": "21"
},
"ios": "√",
"harmony": "√"
},
"mp": {
"weixin": "√",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
},
"H5-mobile": {
"Safari": "y",
"Android Browser": "y",
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
},
"H5-pc": {
"Chrome": "y",
"IE": "u",
"Edge": "u",
"Firefox": "u",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
"uni-app-x": {
"web": {
"safari": "",
"chrome": "√"
},
"app": {
"android": {
"extVersion": "",
"minVersion": "21"
},
"ios": "",
"harmony": ""
},
"mp": {
"weixin": "√"
}
}
}
}