From 94c2cf59a5e7fcc21a9a721e8c1fcbc9fffadd6a Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 11 May 2026 16:37:51 +0800
Subject: [PATCH] feat:购有趣
---
uni_modules/uv-textarea/package.json | 117 +++++++++++++++++++++++++++++++++-------------------------
1 files changed, 66 insertions(+), 51 deletions(-)
diff --git a/uni_modules/uv-textarea/package.json b/uni_modules/uv-textarea/package.json
index 7df2034..bffc21a 100644
--- a/uni_modules/uv-textarea/package.json
+++ b/uni_modules/uv-textarea/package.json
@@ -9,10 +9,12 @@
"uv-ui",
"textarea",
"文本域"
-],
+ ],
"repository": "",
"engines": {
- "HBuilderX": "^3.1.0"
+ "HBuilderX": "^3.1.0",
+ "uni-app": "^3.1.0",
+ "uni-app-x": "^3.1.0"
},
"dcloudext": {
"type": "component-vue",
@@ -28,60 +30,73 @@
"qq": ""
},
"declaration": {
- "ads": "无",
- "data": "插件不采集任何数据",
- "permissions": "无"
+ "ads": "无",
+ "data": "插件不采集任何数据",
+ "permissions": "无"
},
- "npmurl": ""
+ "npmurl": "",
+ "darkmode": "-",
+ "i18n": "-",
+ "widescreen": "-"
},
"uni_modules": {
"dependencies": [
- "uv-ui-tools"
- ],
+ "uv-ui-tools"
+ ],
"encrypt": [],
"platforms": {
- "cloud": {
- "tcb": "y",
- "aliyun": "y"
- },
- "client": {
- "Vue": {
- "vue2": "y",
- "vue3": "y"
- },
- "App": {
- "app-vue": "y",
- "app-nvue": "y"
- },
- "H5-mobile": {
- "Safari": "y",
- "Android Browser": "y",
- "微信浏览器(Android)": "y",
- "QQ浏览器(Android)": "y"
- },
- "H5-pc": {
- "Chrome": "y",
- "IE": "y",
- "Edge": "y",
- "Firefox": "y",
- "Safari": "y"
- },
- "小程序": {
- "微信": "y",
- "阿里": "y",
- "百度": "y",
- "字节跳动": "y",
- "QQ": "y",
- "钉钉": "u",
- "快手": "u",
- "飞书": "u",
- "京东": "u"
- },
- "快应用": {
- "华为": "u",
- "联盟": "u"
- }
- }
- }
+ "cloud": {
+ "tcb": "√",
+ "aliyun": "√"
+ },
+ "client": {
+ "uni-app": {
+ "vue": {
+ "vue2": "-",
+ "vue3": "-"
+ },
+ "web": {
+ "safari": "-",
+ "chrome": "-"
+ },
+ "app": {
+ "vue": "-",
+ "nvue": "-",
+ "android": "-",
+ "ios": "-",
+ "harmony": "-"
+ },
+ "mp": {
+ "weixin": "-",
+ "alipay": "-",
+ "toutiao": "-",
+ "baidu": "-",
+ "kuaishou": "-",
+ "jd": "-",
+ "harmony": "-",
+ "qq": "-",
+ "lark": "-"
+ },
+ "quickapp": {
+ "huawei": "-",
+ "union": "-"
+ }
+ },
+ "uni-app-x": {
+ "web": {
+ "safari": "-",
+ "chrome": "-"
+ },
+ "app": {
+ "android": "-",
+ "ios": "-",
+ "harmony": "-"
+ },
+ "mp": {
+ "weixin": "-"
+ }
+ }
+ }
+ }
}
}
\ No newline at end of file
--
Gitblit v1.9.3