This commit is contained in:
管理员 2025-09-06 18:38:15 +08:00
parent 20d99621fa
commit e2cde813e3
142 changed files with 9139 additions and 6927 deletions

31
App.vue
View File

@ -3,14 +3,12 @@
import upapp from "/utils/upapp.js" import upapp from "/utils/upapp.js"
export default { export default {
onLaunch: function() { onLaunch: function() {
//
uni.getPushClientId({ uni.getPushClientId({
success: (res) => {} success: (res) => {}
}) })
let _Android =uni.getStorageSync('cid') || new Date().getTime() let _Android = uni.getStorageSync('cid') || new Date().getTime()
// #ifdef APP // #ifdef APP
// //
function getAndroidId() { function getAndroidId() {
plus.android.importClass("android.provider.Settings"); plus.android.importClass("android.provider.Settings");
@ -29,23 +27,22 @@
success() { success() {
// #ifdef APP-PLUS // #ifdef APP-PLUS
// APP // APP
setTimeout(()=>{ setTimeout(() => {
upapp() upapp()
},1000) }, 1000)
// #endif // #endif
} }
}) })
} else { } else {
uni.reLaunch({ uni.reLaunch({
url: "/pages/signIn", url: "/pages/signIn",
success() { success() {
// #ifdef APP-PLUS // #ifdef APP-PLUS
// APP // APP
setTimeout(()=>{ setTimeout(() => {
upapp() upapp()
},1000) }, 1000)
// #endif // #endif
} }
}) })
@ -53,11 +50,7 @@
// #ifdef APP-PLUS // #ifdef APP-PLUS
setTimeout(() => { setTimeout(() => {
plus.navigator.setFullscreen(true) plus.navigator.setFullscreen(true)
}, 500) }, 500)
// #endif // #endif
}, },
onShow: function() { onShow: function() {
@ -78,22 +71,26 @@
font-size: 14rpx; font-size: 14rpx;
} }
.numcolor1{ .numcolor1 {
background: #3336E0; background: #3336E0;
color: #fff; color: #fff;
} }
.numcolor2{
.numcolor2 {
background: #07C688; background: #07C688;
color: #fff; color: #fff;
} }
.numcolor3{
.numcolor3 {
background: #FF9521; background: #FF9521;
color: #fff; color: #fff;
} }
.numcolor4{
.numcolor4 {
background: #333333; background: #333333;
color: #fff; color: #fff;
} }
/* :root{ /* :root{
font-size: calc(100vw / 960px * 32px) !important; font-size: calc(100vw / 960px * 32px) !important;

View File

@ -117,25 +117,18 @@
} }
}, },
"nativePlugins" : { "nativePlugins" : {
"AS-HikVideoModule" : { "KJ-HCNet" : {
"android_appid" : "blyc.qjcs.com",
"__plugin_info__" : { "__plugin_info__" : {
"name" : "海康摄像头插件 - [试用版,仅用于自定义调试基座]", "name" : "海康硬件产品、设备网络SDK(ios、andorid) - [试用版,仅用于自定义调试基座]",
"description" : "基于海康SDK开发支持视频实时预览、视频抓拍、录像、摄像头旋转、缩放及回预置点等操作支付后联系QQ提供源码可根据需求有偿修改", "description" : "海康硬件产品、设备网络SDK基于设备私有网络通信协议开发、请试用合适再购买、请试用合适再购买、请试用合适再购买",
"platforms" : "Android", "platforms" : "Android,iOS",
"url" : "https://ext.dcloud.net.cn/plugin?id=7190", "url" : "https://ext.dcloud.net.cn/plugin?id=8873",
"android_package_name" : "", "android_package_name" : "",
"ios_bundle_id" : "", "ios_bundle_id" : "",
"isCloud" : true, "isCloud" : true,
"bought" : 0, "bought" : 0,
"pid" : "7190", "pid" : "8873",
"parameters" : { "parameters" : {}
"android_appid" : {
"des" : "参数描述",
"key" : "TM123456",
"value" : ""
}
}
} }
} }
} }

View File

@ -1,17 +1,6 @@
{ {
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/go",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/subNVue/camera",
"style": {
"navigationStyle": "custom"
}
},
{ {
"path": "pages/index", "path": "pages/index",
"style": { "style": {
@ -19,12 +8,12 @@
"app-plus":{ "app-plus":{
"subNVues": [{ "subNVues": [{
"id": "hkcamera", // "id": "hkcamera", //
"path": "pages/subNVue/camera" // "path": "pages/subNVue/camera" ,//
"style": {
"width": "0px"
}
}] }]
} }
} }
}, },
{ {
@ -57,7 +46,7 @@
} }
}, },
{ {
"path": "uni_modules/rt-uni-update/components/rt-uni-update/rt-uni-update", "path": "pages/signOut",
"style": { "style": {
"app-plus": { "app-plus": {
"animationDuration": 200, "animationDuration": 200,
@ -65,12 +54,17 @@
"background": "transparent", "background": "transparent",
"backgroundColorTop": "transparent", "backgroundColorTop": "transparent",
"popGesture": "none", "popGesture": "none",
"scrollIndicator": false, "scrollIndicator": "none",
"titleNView": false "titleNView": false,
"bounce": "none"
}, },
"navigationStyle": "custom",
"background": "transparent",
"backgroundColorTop": "transparent",
"disableScroll": true "disableScroll": true
} }
} }
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",

View File

@ -1,37 +0,0 @@
<template>
<view class="page">
<image src="/static/signIn/go.jpg" mode="aspectFit"></image>
</view>
</template>
<script setup>
import {onShow,onLoad} from "@dcloudio/uni-app"
// const hk = uni.requireNativePlugin('hk-preview');
onShow(()=>{
// setTimeout(()=>{
// uni.reLaunch({
// url:"/pages/index"
// })
// },5000)
})
</script>
<style scoped lang="scss">
image{
position: absolute;
width: 700rpx;
}
.page{
background: #f1f5fe;
width: 100vw;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
</style>

View File

@ -94,24 +94,7 @@
import statistics from "./pages/statistics.vue" import statistics from "./pages/statistics.vue"
import passingTheCar from "./pages/passingTheCar.vue" import passingTheCar from "./pages/passingTheCar.vue"
import warningInformation from "./pages/warningInformation.vue" import warningInformation from "./pages/warningInformation.vue"
import qjcamera from "./pages/camera.nvue" import qjcamera from "./subNVue/camera.nvue"
// #ifdef APP-PLUS
const subNVue = uni.getSubNVueById("hkcamera")
subNVue.hide()
nextTick(() => {
const query = uni.createSelectorQuery();
query
.select("#rightbox")
.boundingClientRect((data) => {
subNVue.setStyle({
width: data.width + 'px',
right: "0px"
})
})
.exec();
})
// #endif
import { import {
nextTick, nextTick,
ref, ref,
@ -160,7 +143,21 @@
uni.$on('LOGOUT', () => { uni.$on('LOGOUT', () => {
// token
// WebSocket
uni.$emit('Socketclose')
uni.removeStorageSync("token");
// h5
// #ifdef H5
showout.value = true; showout.value = true;
// #endif
// APP
// #ifdef APP
uni.navigateTo({
url: '/pages/signOut'
});
// #endif
}) })
onShow(() => { onShow(() => {
@ -173,45 +170,55 @@
// 退 // 退
function outsignOut() { function outsignOut() {
showout.value = false; showout.value = false;
// token
uni.removeStorageSync("token");
// WebSocket
uni.$emit('Socketclose')
// //
uni.reLaunch({ uni.reLaunch({
url: "/pages/signIn" url: "/pages/signIn"
}) })
} }
let _is = true;
function hidesub() { function hidesub() {
_is = true;
let subNVue = uni.getSubNVueById("hkcamera")
subNVue.hide('fade-out', 300) subNVue.hide('fade-out', 300)
showsignOut.value=false; showsignOut.value = false;
uni.$emit("camerahide")
} }
// // l
function setshowDevices(item) { function setshowDevices(item) {
//
selectindex.value=5;
Devicesid.value=item.id;
if (!_is) {
return
}
_is = false;
// subNVue.hide('fade-out', 300)
// console.log(uni.getSubNVueById())
// // nvue
function setsbuview() {
let subNVue = uni.getSubNVueById("hkcamera")
subNVue.hide()
let query = uni.createSelectorQuery();
query
.select("#rightbox")
.boundingClientRect((data) => {
subNVue.setStyle({
width: data.width + 'px',
right: "0px"
})
subNVue.show('slide-in', 500, function() { subNVue.show('slide-in', 500, function() {
// ... uni.$emit("camerashow")
//
}); });
uni.$emit("xxxxx","555555") })
// nvue .exec();
// subNVue.hide('fade-out', 300) }
// Devicesid.value = item.id;
// settab(5, { setsbuview()
// id: Devicesid.value
// })
// if (item.status == 2) {
// Devicesid.value = item.id;
// settab(5, {
// id: Devicesid.value
// })
// }
} }
// //
uni.getNetworkType({ uni.getNetworkType({

View File

@ -167,7 +167,7 @@
...r.data, ...r.data,
data: info.value.data.concat(r.data.data) data: info.value.data.concat(r.data.data)
}; };
console.log(info.value)
hasNextPage.value = r.data.hasPreviousPage; hasNextPage.value = r.data.hasPreviousPage;
pageNum.value = pageNum.value + 1; pageNum.value = pageNum.value + 1;
}) })

View File

@ -54,26 +54,6 @@
const name = ref(uni.getStorageSync('name')); const name = ref(uni.getStorageSync('name'));
const password = ref(uni.getStorageSync('password')) const password = ref(uni.getStorageSync('password'))
const memory = ref(true) const memory = ref(true)
function opne() {
hikVideoModule.playVideo({
'Id': '1',
'CamIp': "192.168.1.65",
'CamPort': "8000",
'CamUser': "admin",
'CamPassword': "renyizhi001",
'CamFactory': "HAIKANG",
'Name': "1#站视频"
},
(ret) => {
modal.toast({
message: ret,
duration: 1.5
});
});
}
onShow(() => { onShow(() => {
// Socket // Socket
uni.closeSocket() uni.closeSocket()

View File

@ -9,10 +9,12 @@
"picker", "picker",
"三级联动", "三级联动",
"选择器" "选择器"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.8.0" "HBuilderX": "^3.8.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,52 +34,65 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "y",
"快手": "y",
"飞书": "y",
"京东": "y"
}, },
"快应用": { "uni-app-x": {
"华为": "y", "web": {
"联盟": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -11,7 +11,9 @@
], ],
"repository": "https://gitee.com/liangei/lime-clipper", "repository": "https://gitee.com/liangei/lime-clipper",
"engines": { "engines": {
"HBuilderX": "^3.6.4" "HBuilderX": "^3.6.4",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
@ -31,7 +33,10 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "", "npmurl": "",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -40,44 +45,56 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y", "aliyun": "√",
"alipay": "n" "alipay": "x"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-uvue": "y", "chrome": "-"
"app-nvue": "n",
"app-harmony": "u"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "u", "alipay": "-",
"Edge": "u", "toutiao": "-",
"Firefox": "u", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -5,10 +5,12 @@
"description": "lime-style", "description": "lime-style",
"keywords": [ "keywords": [
"lime-style" "lime-style"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "sdk-js", "type": "sdk-js",
@ -28,55 +30,66 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y", "aliyun": "",
"alipay": "y" "alipay": ""
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "u", "vue": {
"vue3": "u" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "u", "safari": "-",
"app-nvue": "u", "chrome": "-"
"app-uvue": "u",
"app-harmony": "u"
}, },
"H5-mobile": { "app": {
"Safari": "u", "vue": "-",
"Android Browser": "u", "nvue": "-",
"微信浏览器(Android)": "u", "android": "-",
"QQ浏览器(Android)": "u" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "u", "weixin": "-",
"IE": "u", "alipay": "-",
"Edge": "u", "toutiao": "-",
"Firefox": "u", "baidu": "-",
"Safari": "u" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "u", "huawei": "-",
"阿里": "u", "union": "-"
"百度": "u", }
"字节跳动": "u",
"QQ": "u",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -5,10 +5,12 @@
"description": "mcc-drag", "description": "mcc-drag",
"keywords": [ "keywords": [
"mcc-drag" "mcc-drag"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -28,54 +30,66 @@
"data": "", "data": "",
"permissions": "" "permissions": ""
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "u", "tcb": "-",
"aliyun": "u", "aliyun": "-",
"alipay": "u" "alipay": "-"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "u", "vue": {
"vue3": "u" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "u", "safari": "-",
"app-nvue": "u", "chrome": "-"
"app-uvue": "u"
}, },
"H5-mobile": { "app": {
"Safari": "u", "vue": "-",
"Android Browser": "u", "nvue": "-",
"微信浏览器(Android)": "u", "android": "-",
"QQ浏览器(Android)": "u" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "u", "weixin": "-",
"IE": "u", "alipay": "-",
"Edge": "u", "toutiao": "-",
"Firefox": "u", "baidu": "-",
"Safari": "u" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "u", "huawei": "-",
"阿里": "u", "union": "-"
"百度": "u", }
"字节跳动": "u",
"QQ": "u",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -5,10 +5,12 @@
"description": "mcc-haha", "description": "mcc-haha",
"keywords": [ "keywords": [
"mcc-haha" "mcc-haha"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-uts", "type": "component-uts",
@ -28,54 +30,66 @@
"data": "0", "data": "0",
"permissions": "0" "permissions": "0"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y", "aliyun": "",
"alipay": "y" "alipay": ""
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-android": "y", "safari": "-",
"app-harmony": "y", "chrome": "-"
"app-ios": "y"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "y",
"快手": "y",
"飞书": "y",
"京东": "y"
}, },
"快应用": { "uni-app-x": {
"华为": "y", "web": {
"联盟": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -6,16 +6,14 @@
"keywords": [ "keywords": [
"二维码", "二维码",
"文件识别" "文件识别"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -32,48 +30,66 @@
"data": "无", "data": "无",
"permissions": "无 " "permissions": "无 "
}, },
"npmurl": "" "npmurl": "",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "u" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "u", "safari": "-",
"app-nvue": "u" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "u", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "u", "huawei": "-",
"阿里": "u", "union": "-"
"百度": "u", }
"字节跳动": "u",
"QQ": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,6 +12,73 @@
"兼容vue3" "兼容vue3"
], ],
"dcloudext": { "dcloudext": {
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "-",
"aliyun": "-",
"alipay": "-"
},
"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": "-"
}
}
}
}
} }
} }

View File

@ -10,6 +10,73 @@
"字体颜色" "字体颜色"
], ],
"dcloudext": { "dcloudext": {
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "-",
"aliyun": "-",
"alipay": "-"
},
"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": "-"
}
}
}
}
} }
} }

View File

@ -9,12 +9,14 @@
"图片编辑", "图片编辑",
"头像裁剪", "头像裁剪",
"小程序" "小程序"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
"sale": { "sale": {
"regular": { "regular": {
@ -32,49 +34,67 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "n" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "u" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "u", "weixin": "-",
"IE": "u", "alipay": "-",
"Edge": "u", "toutiao": "-",
"Firefox": "u", "baidu": "-",
"Safari": "u" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "n", "union": "-"
"百度": "n",
"字节跳动": "n",
"QQ": "u",
"钉钉": "n",
"快手": "n",
"飞书": "n",
"京东": "n"
},
"快应用": {
"华为": "n",
"联盟": "n"
} }
},
"uni-app-x": {
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
}
},
"cloud": {
"tcb": "-",
"aliyun": "-",
"alipay": "-"
} }
} }
} }

View File

@ -9,11 +9,13 @@
"f2", "f2",
"图表", "图表",
"可视化" "可视化"
], ],
"repository": "https://gitee.com/uCharts/uCharts", "repository": "https://gitee.com/uCharts/uCharts",
"engines": { "engines": {
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -31,48 +33,65 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/~qiun", "npmurl": "https://www.npmjs.com/~qiun",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "y", "huawei": "-",
"联盟": "y" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -10,15 +10,17 @@
"uniui", "uniui",
"数字角标", "数字角标",
"徽章" "徽章"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -36,48 +38,67 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "y", "huawei": "-",
"联盟": "y" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"uni-ui", "uni-ui",
"面包屑导航", "面包屑导航",
"面包屑" "面包屑"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,49 +36,66 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "n" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "u", "union": "-"
"百度": "u", }
"字节跳动": "u",
"QQ": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -10,15 +10,17 @@
"", "",
"打卡", "打卡",
"日历选择" "日历选择"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -36,48 +38,65 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"card", "card",
"", "",
"卡片" "卡片"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,7 +36,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -48,41 +50,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,19 +8,17 @@
"折叠", "折叠",
"折叠面板", "折叠面板",
"手风琴" "手风琴"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -37,7 +35,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"combox", "combox",
"组合框", "组合框",
"select" "select"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,7 +36,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -48,41 +50,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "n" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,19 +8,17 @@
"uniui", "uniui",
"countdown", "countdown",
"倒计时" "倒计时"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -37,48 +35,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,15 +9,17 @@
"单选", "单选",
"多选", "多选",
"单选多选" "单选多选"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "^3.1.1" "HBuilderX": "^3.1.1",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -35,48 +37,68 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-load-more","uni-scss"], "dependencies": [
"uni-load-more",
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -10,15 +10,17 @@
"级联", "级联",
"省市区", "省市区",
"" ""
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -36,7 +38,10 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,42 +52,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "u" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y", "kuaishou": "-",
"京东": "u" "jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,15 +9,17 @@
"uni-data-select", "uni-data-select",
"下拉框", "下拉框",
"下拉选" "下拉选"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "^3.1.1" "HBuilderX": "^3.1.1",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -35,49 +37,67 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-load-more"], "dependencies": [
"uni-load-more"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "u", "vue": {
"app-nvue": "n" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "u", "alipay": "-",
"百度": "u", "toutiao": "-",
"字节跳动": "u", "baidu": "-",
"QQ": "u", "kuaishou": "-",
"京东": "u" "jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -10,19 +10,17 @@
"时间格式化", "时间格式化",
"格式化时间", "格式化时间",
"" ""
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -39,48 +37,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "y", "huawei": "-",
"联盟": "y" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,15 +9,17 @@
"uniui", "uniui",
"日期时间选择器", "日期时间选择器",
"日期时间" "日期时间"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -35,7 +37,10 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -45,44 +50,56 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y", "aliyun": "",
"alipay": "n" "alipay": "x"
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "n", "vue2": "-",
"app-harmony": "u", "vue3": "-"
"app-uvue": "u"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"drawer", "drawer",
"抽屉", "抽屉",
"侧滑导航" "侧滑导航"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,48 +36,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,15 +9,17 @@
"input", "input",
"uni-easyinput", "uni-easyinput",
"输入框" "输入框"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -35,7 +37,10 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -45,41 +50,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,15 +9,17 @@
"按钮", "按钮",
"悬浮按钮", "悬浮按钮",
"fab" "fab"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -35,48 +37,68 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss","uni-icons"], "dependencies": [
"uni-scss",
"uni-icons"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,19 +8,17 @@
"uni-ui", "uni-ui",
"uniui", "uniui",
"收藏" "收藏"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -37,7 +35,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,15 +8,17 @@
"uniui", "uniui",
"图片上传", "图片上传",
"文件上传" "文件上传"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -34,48 +36,67 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "n" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,15 +9,17 @@
"校验", "校验",
"表单校验", "表单校验",
"表单验证" "表单验证"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -35,7 +37,10 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -45,42 +50,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y", "kuaishou": "-",
"京东": "u" "jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -7,19 +7,17 @@
"uni-ui", "uni-ui",
"uniui", "uniui",
"商品导航" "商品导航"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -36,7 +34,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -46,41 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,19 +8,17 @@
"uniui", "uniui",
"九宫格", "九宫格",
"表格" "表格"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -37,48 +35,69 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss","uni-icons"], "dependencies": [
"uni-scss",
"uni-icons"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"group", "group",
"分组", "分组",
"" ""
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,48 +36,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,15 +8,17 @@
"uniui", "uniui",
"icon", "icon",
"图标" "图标"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "^3.2.14" "HBuilderX": "^3.2.14",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -34,54 +36,68 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y", "aliyun": "",
"alipay": "n" "alipay": "x"
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y", "vue2": "-",
"app-uvue": "y" "vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y", "kuaishou": "-",
"钉钉": "y", "jd": "-",
"快手": "y", "harmony": "-",
"飞书": "y", "qq": "-",
"京东": "y" "lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "y", "huawei": "-",
"联盟": "y" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,19 +8,17 @@
"索引列表", "索引列表",
"索引", "索引",
"列表" "列表"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -37,7 +35,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"link", "link",
"超链接", "超链接",
"" ""
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,48 +36,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "y", "huawei": "-",
"联盟": "y" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -10,15 +10,17 @@
"列表", "列表",
"", "",
"list" "list"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -36,7 +38,10 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -46,41 +51,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,19 +8,17 @@
"uniui", "uniui",
"加载更多", "加载更多",
"load-more" "load-more"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -37,48 +35,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,15 +8,17 @@
"导航", "导航",
"导航栏", "导航栏",
"自定义导航栏" "自定义导航栏"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -34,7 +36,10 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -44,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,15 +9,17 @@
"通告栏", "通告栏",
"公告", "公告",
"跑马灯" "跑马灯"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -35,7 +37,10 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -45,41 +50,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -7,19 +7,17 @@
"uni-ui", "uni-ui",
"uniui", "uniui",
"数字输入框" "数字输入框"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -36,48 +34,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,15 +8,17 @@
"uniui", "uniui",
"分页器", "分页器",
"页码" "页码"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -34,48 +36,68 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss","uni-icons"], "dependencies": [
"uni-scss",
"uni-icons"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,7 +12,9 @@
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
@ -35,7 +37,10 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -45,41 +50,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -7,19 +7,17 @@
"uni-ui", "uni-ui",
"uniui", "uniui",
"评分" "评分"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -36,7 +34,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -46,41 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"栅格", "栅格",
"布局", "布局",
"layout" "layout"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,48 +36,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -7,16 +7,14 @@
"uni-scss", "uni-scss",
"uni-ui", "uni-ui",
"辅助样式" "辅助样式"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"category": [
"JS SDK",
"通用 SDK"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -33,48 +31,66 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "sdk-js",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "u" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "n", "huawei": "-",
"联盟": "n" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,19 +8,17 @@
"uniui", "uniui",
"搜索框", "搜索框",
"搜索栏" "搜索栏"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -37,7 +35,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -7,19 +7,17 @@
"uni-ui", "uni-ui",
"uniui", "uniui",
"标题栏" "标题栏"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -36,7 +34,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -45,41 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"分段器", "分段器",
"segement", "segement",
"顶部选择" "顶部选择"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,48 +36,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,19 +8,17 @@
"uniui", "uniui",
"步骤条", "步骤条",
"时间轴" "时间轴"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -37,7 +35,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,16 +12,14 @@
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,48 +36,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "y", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"轮播图指示点", "轮播图指示点",
"dot", "dot",
"swiper" "swiper"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,48 +36,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -8,15 +8,17 @@
"uniui", "uniui",
"table", "table",
"表格" "表格"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -34,48 +36,68 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss","uni-datetime-picker"], "dependencies": [
"uni-scss",
"uni-datetime-picker"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "n" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "n", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "n", "huawei": "-",
"联盟": "n" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"", "",
"tag", "tag",
"标签" "标签"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,48 +36,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -5,19 +5,17 @@
"description": "测试插件 ", "description": "测试插件 ",
"keywords": [ "keywords": [
"test" "test"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "^3.1.3" "HBuilderX": "^3.1.3",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -34,48 +32,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "y", "huawei": "-",
"联盟": "y" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -10,19 +10,17 @@
"章节", "章节",
"章节标题", "章节标题",
"" ""
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -39,48 +37,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,16 +12,14 @@
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,49 +36,66 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "u" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "u", "union": "-"
"百度": "u", }
"字节跳动": "u",
"QQ": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,19 +9,17 @@
"动画", "动画",
"过渡", "过渡",
"过渡动画" "过渡动画"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "" "HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
}, },
"dcloudext": { "dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"sale": { "sale": {
"regular": { "regular": {
"price": "0.00" "price": "0.00"
@ -38,48 +36,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"UI组件库", "UI组件库",
"ui框架", "ui框架",
"ui库" "ui库"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "repository": "https://github.com/dcloudio/uni-ui",
"engines": { "engines": {
"HBuilderX": "^3.2.10" "HBuilderX": "^3.2.10",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"directories": { "directories": {
"example": "../../temps/example_temps" "example": "../../temps/example_temps"
@ -35,7 +37,10 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -86,42 +91,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y", "kuaishou": "-",
"京东": "u" "jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"操作菜单", "操作菜单",
"菜单选择" "菜单选择"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -46,45 +51,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uvui", "uvui",
"相册", "相册",
"图片" "图片"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -42,45 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -11,7 +11,9 @@
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -31,7 +33,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -42,45 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,7 +12,9 @@
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,7 +12,9 @@
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,7 +12,9 @@
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,7 +12,9 @@
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,7 +12,9 @@
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"日历", "日历",
"打卡", "打卡",
"日历选择" "日历选择"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -27,12 +29,15 @@
"contact": { "contact": {
"qq": "" "qq": ""
}, },
"declaration":{ "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"单元格", "单元格",
"设置页" "设置页"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"checkbox", "checkbox",
"复选框" "复选框"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -42,45 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"code", "code",
"验证码输入" "验证码输入"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"code", "code",
"验证码倒计时" "验证码倒计时"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"collapse", "collapse",
"折叠面板" "折叠面板"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"countDown", "countDown",
"倒计时" "倒计时"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"数字滚动", "数字滚动",
"数字变化" "数字变化"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"datetime", "datetime",
"时间选择" "时间选择"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -42,45 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"分割线", "分割线",
"没有更多" "没有更多"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -42,45 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,7 +12,9 @@
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -45,45 +50,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"空数据", "空数据",
"暂无数据" "暂无数据"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -42,45 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"表单", "表单",
"表单验证" "表单验证"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,45 +52,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"间隔槽", "间隔槽",
"内容块" "内容块"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"宫格布局", "宫格布局",
"grid" "grid"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -42,45 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -5,10 +5,12 @@
"description": "基于字体的图标集,包含了大多数常见场景的图标,支持自定义,支持自定义图片图标等。可自定义颜色、大小。", "description": "基于字体的图标集,包含了大多数常见场景的图标,支持自定义,支持自定义图片图标等。可自定义颜色、大小。",
"keywords": [ "keywords": [
"uv-ui,uvui,uv-icon,icon,图标,字体图标" "uv-ui,uvui,uv-icon,icon,图标,字体图标"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -28,7 +30,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -37,45 +42,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"image", "image",
"图片" "图片"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"index-list", "index-list",
"索引列表" "索引列表"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -42,45 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"input", "input",
"输入框" "输入框"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -42,45 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"keyboard", "keyboard",
"键盘" "键盘"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"progress", "progress",
"进度条" "进度条"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"line", "line",
"线条" "线条"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"link", "link",
"超链接" "超链接"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"list", "list",
"列表" "列表"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"more", "more",
"加载更多" "加载更多"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"loading", "loading",
"加载动画" "加载动画"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -41,45 +46,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"page", "page",
"loading" "loading"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -43,45 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -9,10 +9,12 @@
"uv-ui", "uv-ui",
"modal", "modal",
"模态框" "模态框"
], ],
"repository": "", "repository": "",
"engines": { "engines": {
"HBuilderX": "^3.1.0" "HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
}, },
"dcloudext": { "dcloudext": {
"type": "component-vue", "type": "component-vue",
@ -32,7 +34,10 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -44,45 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "√",
"aliyun": "y" "aliyun": "√"
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
}, },
"App": { "web": {
"app-vue": "y", "safari": "-",
"app-nvue": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "vue": "-",
"Android Browser": "y", "nvue": "-",
"微信浏览器(Android)": "y", "android": "-",
"QQ浏览器(Android)": "y" "ios": "-",
"harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-",
"IE": "y", "alipay": "-",
"Edge": "y", "toutiao": "-",
"Firefox": "y", "baidu": "-",
"Safari": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"小程序": { "quickapp": {
"微信": "y", "huawei": "-",
"阿里": "y", "union": "-"
"百度": "y", }
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

Some files were not shown because too many files have changed in this diff Show More