From e07b984728e0a97473b2954d097afac4a5c8b80a Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 27 Jun 2024 15:31:53 +0800 Subject: [PATCH] fix: 限期天数修改 --- uni_modules/cl-upload/package.json | 82 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 82 insertions(+), 0 deletions(-) diff --git a/uni_modules/cl-upload/package.json b/uni_modules/cl-upload/package.json new file mode 100644 index 0000000..a8e3a0d --- /dev/null +++ b/uni_modules/cl-upload/package.json @@ -0,0 +1,82 @@ +{ + "id": "cl-upload", + "displayName": "��������������������� ���������������������������������������uniCloud������ ���������", + "version": "1.4.0", + "description": "������������������������������������������������������������������uniCloud���������������������������������", + "keywords": [ + "������������������������������������������������", + "uniCloud������" +], + "repository": "", + "engines": { + "HBuilderX": "^3.5.3" + }, + "dcloudext": { + "type": "component-vue", + "sale": { + "regular": { + "price": "0.00" + }, + "sourcecode": { + "price": "0.00" + } + }, + "contact": { + "qq": "" + }, + "declaration": { + "ads": "���", + "data": "���", + "permissions": "���" + }, + "npmurl": "" + }, + "uni_modules": { + "dependencies": [], + "encrypt": [], + "platforms": { + "cloud": { + "tcb": "y", + "aliyun": "y" + }, + "client": { + "Vue": { + "vue2": "y", + "vue3": "y" + }, + "App": { + "app-vue": "u", + "app-nvue": "u" + }, + "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", + "������": "u", + "������������": "y", + "QQ": "u", + "������": "u", + "������": "u", + "������": "u", + "������": "u" + }, + "���������": { + "������": "u", + "������": "u" + } + } + } + } +} \ No newline at end of file -- Gitblit v1.8.0