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;
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() {
uni.$emit("camerashow")
});
})
.exec();
}
setsbuview()
// subNVue.hide('fade-out', 300)
// console.log(uni.getSubNVueById())
// // nvue
subNVue.show('slide-in', 500, function() {
// ...
//
});
uni.$emit("xxxxx","555555")
// nvue
// subNVue.hide('fade-out', 300)
// Devicesid.value = item.id;
// settab(5, {
// 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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"App": { "uni-app-x": {
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "android": "-",
"微信浏览器(Android)": "y", "ios": "-",
"QQ浏览器(Android)": "y" "harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-"
"IE": "y", }
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "y",
"快手": "y",
"飞书": "y",
"京东": "y"
},
"快应用": {
"华为": "y",
"联盟": "y"
} }
} }
} }

View File

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

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"App": { "uni-app-x": {
"app-vue": "u", "web": {
"app-nvue": "u", "safari": "-",
"app-uvue": "u", "chrome": "-"
"app-harmony": "u" },
}, "app": {
"H5-mobile": { "android": "-",
"Safari": "u", "ios": "-",
"Android Browser": "u", "harmony": "-"
"微信浏览器(Android)": "u", },
"QQ浏览器(Android)": "u" "mp": {
}, "weixin": "-"
"H5-pc": { }
"Chrome": "u",
"IE": "u",
"Edge": "u",
"Firefox": "u",
"Safari": "u"
},
"小程序": {
"微信": "u",
"阿里": "u",
"百度": "u",
"字节跳动": "u",
"QQ": "u",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"App": { "uni-app-x": {
"app-vue": "u", "web": {
"app-nvue": "u", "safari": "-",
"app-uvue": "u" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "u", "android": "-",
"Android Browser": "u", "ios": "-",
"微信浏览器(Android)": "u", "harmony": "-"
"QQ浏览器(Android)": "u" },
}, "mp": {
"H5-pc": { "weixin": "-"
"Chrome": "u", }
"IE": "u",
"Edge": "u",
"Firefox": "u",
"Safari": "u"
},
"小程序": {
"微信": "u",
"阿里": "u",
"百度": "u",
"字节跳动": "u",
"QQ": "u",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"App": { "uni-app-x": {
"app-android": "y", "web": {
"app-harmony": "y", "safari": "-",
"app-ios": "y" "chrome": "-"
}, },
"H5-mobile": { "app": {
"Safari": "y", "android": "-",
"Android Browser": "y", "ios": "-",
"微信浏览器(Android)": "y", "harmony": "-"
"QQ浏览器(Android)": "y" },
}, "mp": {
"H5-pc": { "weixin": "-"
"Chrome": "y", }
"IE": "y",
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "y",
"快手": "y",
"飞书": "y",
"京东": "y"
},
"快应用": {
"华为": "y",
"联盟": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"App": { "uni-app-x": {
"app-vue": "u", "web": {
"app-nvue": "u" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "android": "-",
"微信浏览器(Android)": "y", "ios": "-",
"QQ浏览器(Android)": "y" "harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-"
"IE": "u", }
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "u",
"阿里": "u",
"百度": "u",
"字节跳动": "u",
"QQ": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
} }
} }
} }

View File

@ -1,17 +1,84 @@
{ {
"id": "piaoyi-cityPicker", "id": "piaoyi-cityPicker",
"name": " data-cityPicker省市区地址选择器", "name": " data-cityPicker省市区地址选择器",
"displayName": " data-cityPicker省市区地址选择器(兼容vue3)", "displayName": " data-cityPicker省市区地址选择器(兼容vue3)",
"version": "1.1.3", "version": "1.1.3",
"description": "常用省市区选择器可反选自定义模态框、兼容vue3", "description": "常用省市区选择器可反选自定义模态框、兼容vue3",
"keywords": [ "keywords": [
"省市区", "省市区",
"选择器", "选择器",
"可反选", "可反选",
"自定义模态框和弹框", "自定义模态框和弹框",
"兼容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

@ -1,15 +1,82 @@
{ {
"id": "piaoyi-editor", "id": "piaoyi-editor",
"name": "多功能富文本编辑器", "name": "多功能富文本编辑器",
"displayName": "多功能富文本编辑器", "displayName": "多功能富文本编辑器",
"version": "1.0.7", "version": "1.0.7",
"description": "富文本编辑器,内置上传图片以及更改颜色, 多样化等功能", "description": "富文本编辑器,内置上传图片以及更改颜色, 多样化等功能",
"keywords": [ "keywords": [
"富文本编辑器", "富文本编辑器",
"上传图片", "上传图片",
"字体颜色" "字体颜色"
], ],
"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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"App": { "uni-app-x": {
"app-vue": "y", "web": {
"app-nvue": "n" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "android": "-",
"微信浏览器(Android)": "y", "ios": "-",
"QQ浏览器(Android)": "u" "harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "u", "weixin": "-"
"IE": "u", }
"Edge": "u",
"Firefox": "u",
"Safari": "u"
},
"小程序": {
"微信": "y",
"阿里": "n",
"百度": "n",
"字节跳动": "n",
"QQ": "u",
"钉钉": "n",
"快手": "n",
"飞书": "n",
"京东": "n"
},
"快应用": {
"华为": "n",
"联盟": "n"
} }
},
"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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "y",
"联盟": "y"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "y",
"联盟": "y"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"App": { "uni-app-x": {
"app-vue": "y", "web": {
"app-nvue": "n" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "android": "-",
"微信浏览器(Android)": "y", "ios": "-",
"QQ浏览器(Android)": "y" "harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-"
"IE": "y", }
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "u",
"百度": "u",
"字节跳动": "u",
"QQ": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +36,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": [ "dependencies": [
"uni-icons", "uni-icons",
"uni-scss" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +36,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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "n" "vue2": "-",
"vue3": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,53 +38,69 @@
"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": [
"uni-load-more", "uni-load-more",
"uni-icons", "uni-icons",
"uni-scss" "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": "u" "vue2": "-",
"vue3": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "u",
"百度": "u",
"字节跳动": "u",
"QQ": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "y",
"联盟": "y"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,54 +37,69 @@
"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": [
"uni-scss", "uni-scss",
"uni-icons" "uni-icons"
], ],
"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" },
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,52 +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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +34,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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "y",
"快手": "y",
"飞书": "y",
"京东": "y"
},
"快应用": {
"华为": "y",
"联盟": "y"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "y",
"联盟": "y"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

View File

@ -1,87 +1,106 @@
{ {
"id": "uni-popup", "id": "uni-popup",
"displayName": "uni-popup 弹出层", "displayName": "uni-popup 弹出层",
"version": "1.8.3", "version": "1.8.3",
"description": " Popup 组件,提供常用的弹层", "description": " Popup 组件,提供常用的弹层",
"keywords": [ "keywords": [
"uni-ui", "uni-ui",
"弹出层", "弹出层",
"弹窗", "弹窗",
"popup", "popup",
"弹框" "弹框"
],
"repository": "https://github.com/dcloudio/uni-ui",
"engines": {
"HBuilderX": "",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"directories": {
"example": "../../temps/example_temps"
},
"dcloudext": {
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "无",
"permissions": "无"
},
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"uni_modules": {
"dependencies": [
"uni-scss",
"uni-transition"
], ],
"repository": "https://github.com/dcloudio/uni-ui", "encrypt": [],
"engines": { "platforms": {
"HBuilderX": "" "cloud": {
}, "tcb": "√",
"directories": { "aliyun": "√"
"example": "../../temps/example_temps" },
}, "client": {
"dcloudext": { "uni-app": {
"sale": { "vue": {
"regular": { "vue2": "-",
"price": "0.00" "vue3": "-"
}, },
"sourcecode": { "web": {
"price": "0.00" "safari": "-",
} "chrome": "-"
}, },
"contact": { "app": {
"qq": "" "vue": "-",
}, "nvue": "-",
"declaration": { "android": "-",
"ads": "无", "ios": "-",
"data": "无", "harmony": "-"
"permissions": "无" },
}, "mp": {
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "weixin": "-",
"type": "component-vue" "alipay": "-",
}, "toutiao": "-",
"uni_modules": { "baidu": "-",
"dependencies": [ "kuaishou": "-",
"uni-scss", "jd": "-",
"uni-transition" "harmony": "-",
], "qq": "-",
"encrypt": [], "lark": "-"
"platforms": { },
"cloud": { "quickapp": {
"tcb": "y", "huawei": "-",
"aliyun": "y" "union": "-"
}, }
"client": { },
"App": { "uni-app-x": {
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "android": "-",
"微信浏览器(Android)": "y", "ios": "-",
"QQ浏览器(Android)": "y" "harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-"
"IE": "y", }
"Edge": "y", }
"Firefox": "y", }
"Safari": "y" }
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
}
}
}
}
} }

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,51 +34,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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "u"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "n",
"联盟": "n"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,51 +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": [ "dependencies": [
"uni-scss", "uni-scss",
"uni-icons" "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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

View File

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

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "n",
"QQ": "y"
},
"快应用": {
"华为": "n",
"联盟": "n"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "y",
"联盟": "y"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"App": { "uni-app-x": {
"app-vue": "y", "web": {
"app-nvue": "u" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "android": "-",
"微信浏览器(Android)": "y", "ios": "-",
"QQ浏览器(Android)": "y" "harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-"
"IE": "y", }
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "u",
"百度": "u",
"字节跳动": "u",
"QQ": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"H5-mobile": { "uni-app-x": {
"Safari": "y", "web": {
"Android Browser": "y", "safari": "-",
"微信浏览器(Android)": "y", "chrome": "-"
"QQ浏览器(Android)": "y" },
}, "app": {
"H5-pc": { "android": "-",
"Chrome": "y", "ios": "-",
"IE": "y", "harmony": "-"
"Edge": "y", },
"Firefox": "y", "mp": {
"Safari": "y" "weixin": "-"
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
},
"Vue": {
"vue2": "y",
"vue3": "y"
} }
} }
} }

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,59 +34,72 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-popup", "uv-popup",
"uv-icon", "uv-icon",
"uv-line", "uv-line",
"uv-loading-icon", "uv-loading-icon",
"uv-gap" "uv-gap"
], ],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"App": { "uni-app-x": {
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "android": "-",
"微信浏览器(Android)": "y", "ios": "-",
"QQ浏览器(Android)": "y" "harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-"
"IE": "y", }
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
} }
} }
} }

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",
@ -28,61 +30,74 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-text" "uv-text"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "u" }
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
} "chrome": "-"
} },
} "app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
}
}
}
} }
} }

View File

@ -1,88 +1,103 @@
{ {
"id": "uv-alert", "id": "uv-alert",
"displayName": "uv-alert 警告提示 全面兼容小程序、nvue、vue2、vue3等多端", "displayName": "uv-alert 警告提示 全面兼容小程序、nvue、vue2、vue3等多端",
"version": "1.0.2", "version": "1.0.2",
"description": "uv-alert 警告提示,展现需要关注的信息。灵活配置,功能齐全,兼容全端", "description": "uv-alert 警告提示,展现需要关注的信息。灵活配置,功能齐全,兼容全端",
"keywords": [ "keywords": [
"alert", "alert",
"uvui", "uvui",
"uv-ui", "uv-ui",
"警告提示" "警告提示"
],
"repository": "",
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"dcloudext": {
"type": "component-vue",
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "插件不采集任何数据",
"permissions": "无"
},
"npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"uni_modules": {
"dependencies": [
"uv-ui-tools",
"uv-transition",
"uv-icon"
], ],
"repository": "", "encrypt": [],
"engines": { "platforms": {
"HBuilderX": "^3.1.0" "cloud": {
}, "tcb": "√",
"dcloudext": { "aliyun": "√"
"type": "component-vue", },
"sale": { "client": {
"regular": { "uni-app": {
"price": "0.00" "vue": {
}, "vue2": "-",
"sourcecode": { "vue3": "-"
"price": "0.00" },
} "web": {
}, "safari": "-",
"contact": { "chrome": "-"
"qq": "" },
}, "app": {
"declaration": { "vue": "-",
"ads": "无", "nvue": "-",
"data": "插件不采集任何数据", "android": "-",
"permissions": "无" "ios": "-",
}, "harmony": "-"
"npmurl": "" },
}, "mp": {
"uni_modules": { "weixin": "-",
"dependencies": [ "alipay": "-",
"uv-ui-tools", "toutiao": "-",
"uv-transition", "baidu": "-",
"uv-icon" "kuaishou": "-",
], "jd": "-",
"encrypt": [], "harmony": "-",
"platforms": { "qq": "-",
"cloud": { "lark": "-"
"tcb": "y", },
"aliyun": "y" "quickapp": {
}, "huawei": "-",
"client": { "union": "-"
"Vue": { }
"vue2": "y", },
"vue3": "y" "uni-app-x": {
}, "web": {
"App": { "safari": "-",
"app-vue": "y", "chrome": "-"
"app-nvue": "y" },
}, "app": {
"H5-mobile": { "android": "-",
"Safari": "y", "ios": "-",
"Android Browser": "y", "harmony": "-"
"微信浏览器(Android)": "y", },
"QQ浏览器(Android)": "y" "mp": {
}, "weixin": "-"
"H5-pc": { }
"Chrome": "y", }
"IE": "y", }
"Edge": "y", }
"Firefox": "y", }
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
}
}
}
}
} }

View File

@ -1,89 +1,104 @@
{ {
"id": "uv-avatar", "id": "uv-avatar",
"displayName": "uv-avatar 头像 全面兼容小程序、nvue、vue2、vue3等多端", "displayName": "uv-avatar 头像 全面兼容小程序、nvue、vue2、vue3等多端",
"version": "1.0.1", "version": "1.0.1",
"description": "uv-avatar 本组件一般用于展示头像的地方,如个人中心,或者评论列表页的用户头像展示等场所。", "description": "uv-avatar 本组件一般用于展示头像的地方,如个人中心,或者评论列表页的用户头像展示等场所。",
"keywords": [ "keywords": [
"uv-avatar", "uv-avatar",
"uvui", "uvui",
"uv-ui", "uv-ui",
"avatar", "avatar",
"头像" "头像"
],
"repository": "",
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"dcloudext": {
"type": "component-vue",
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "插件不采集任何数据",
"permissions": "无"
},
"npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"uni_modules": {
"dependencies": [
"uv-ui-tools",
"uv-icon",
"uv-text"
], ],
"repository": "", "encrypt": [],
"engines": { "platforms": {
"HBuilderX": "^3.1.0" "cloud": {
}, "tcb": "√",
"dcloudext": { "aliyun": "√"
"type": "component-vue", },
"sale": { "client": {
"regular": { "uni-app": {
"price": "0.00" "vue": {
}, "vue2": "-",
"sourcecode": { "vue3": "-"
"price": "0.00" },
} "web": {
}, "safari": "-",
"contact": { "chrome": "-"
"qq": "" },
}, "app": {
"declaration": { "vue": "-",
"ads": "无", "nvue": "-",
"data": "插件不采集任何数据", "android": "-",
"permissions": "无" "ios": "-",
}, "harmony": "-"
"npmurl": "" },
}, "mp": {
"uni_modules": { "weixin": "-",
"dependencies": [ "alipay": "-",
"uv-ui-tools", "toutiao": "-",
"uv-icon", "baidu": "-",
"uv-text" "kuaishou": "-",
], "jd": "-",
"encrypt": [], "harmony": "-",
"platforms": { "qq": "-",
"cloud": { "lark": "-"
"tcb": "y", },
"aliyun": "y" "quickapp": {
}, "huawei": "-",
"client": { "union": "-"
"Vue": { }
"vue2": "y", },
"vue3": "y" "uni-app-x": {
}, "web": {
"App": { "safari": "-",
"app-vue": "y", "chrome": "-"
"app-nvue": "y" },
}, "app": {
"H5-mobile": { "android": "-",
"Safari": "y", "ios": "-",
"Android Browser": "y", "harmony": "-"
"微信浏览器(Android)": "y", },
"QQ浏览器(Android)": "y" "mp": {
}, "weixin": "-"
"H5-pc": { }
"Chrome": "y", }
"IE": "y", }
"Edge": "y", }
"Firefox": "y", }
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
}
}
}
}
} }

View File

@ -1,89 +1,104 @@
{ {
"id": "uv-back-top", "id": "uv-back-top",
"displayName": "uv-back-top 返回顶部 全面兼容小程序、nvue、vue2、vue3等多端", "displayName": "uv-back-top 返回顶部 全面兼容小程序、nvue、vue2、vue3等多端",
"version": "1.0.2", "version": "1.0.2",
"description": "返回顶部 组件一个用于长页面,滑动一定距离后,出现返回顶部按钮,方便快速返回顶部的场景。", "description": "返回顶部 组件一个用于长页面,滑动一定距离后,出现返回顶部按钮,方便快速返回顶部的场景。",
"keywords": [ "keywords": [
"uv-back-top", "uv-back-top",
"uvui", "uvui",
"uv-ui", "uv-ui",
"avatar", "avatar",
"返回顶部" "返回顶部"
],
"repository": "",
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"dcloudext": {
"type": "component-vue",
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "插件不采集任何数据",
"permissions": "无"
},
"npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"uni_modules": {
"dependencies": [
"uv-ui-tools",
"uv-icon",
"uv-transition"
], ],
"repository": "", "encrypt": [],
"engines": { "platforms": {
"HBuilderX": "^3.1.0" "cloud": {
}, "tcb": "√",
"dcloudext": { "aliyun": "√"
"type": "component-vue", },
"sale": { "client": {
"regular": { "uni-app": {
"price": "0.00" "vue": {
}, "vue2": "-",
"sourcecode": { "vue3": "-"
"price": "0.00" },
} "web": {
}, "safari": "-",
"contact": { "chrome": "-"
"qq": "" },
}, "app": {
"declaration": { "vue": "-",
"ads": "无", "nvue": "-",
"data": "插件不采集任何数据", "android": "-",
"permissions": "无" "ios": "-",
}, "harmony": "-"
"npmurl": "" },
}, "mp": {
"uni_modules": { "weixin": "-",
"dependencies": [ "alipay": "-",
"uv-ui-tools", "toutiao": "-",
"uv-icon", "baidu": "-",
"uv-transition" "kuaishou": "-",
], "jd": "-",
"encrypt": [], "harmony": "-",
"platforms": { "qq": "-",
"cloud": { "lark": "-"
"tcb": "y", },
"aliyun": "y" "quickapp": {
}, "huawei": "-",
"client": { "union": "-"
"Vue": { }
"vue2": "y", },
"vue3": "y" "uni-app-x": {
}, "web": {
"App": { "safari": "-",
"app-vue": "y", "chrome": "-"
"app-nvue": "y" },
}, "app": {
"H5-mobile": { "android": "-",
"Safari": "y", "ios": "-",
"Android Browser": "y", "harmony": "-"
"微信浏览器(Android)": "y", },
"QQ浏览器(Android)": "y" "mp": {
}, "weixin": "-"
"H5-pc": { }
"Chrome": "y", }
"IE": "y", }
"Edge": "y", }
"Firefox": "y", }
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
}
}
}
}
} }

View File

@ -1,87 +1,102 @@
{ {
"id": "uv-badge", "id": "uv-badge",
"displayName": "uv-badge 徽标数,数字角标 全面兼容小程序、nvue、vue2、vue3等多端", "displayName": "uv-badge 徽标数,数字角标 全面兼容小程序、nvue、vue2、vue3等多端",
"version": "1.0.2", "version": "1.0.2",
"description": "徽标数一般用于图标右上角显示未读的消息数量,提示用户点击,有圆点和圆包含文字两种形式。", "description": "徽标数一般用于图标右上角显示未读的消息数量,提示用户点击,有圆点和圆包含文字两种形式。",
"keywords": [ "keywords": [
"uv-badge", "uv-badge",
"uvui", "uvui",
"uv-ui", "uv-ui",
"徽标数", "徽标数",
"数字角标" "数字角标"
],
"repository": "",
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"dcloudext": {
"type": "component-vue",
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "插件不采集任何数据",
"permissions": "无"
},
"npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"uni_modules": {
"dependencies": [
"uv-ui-tools"
], ],
"repository": "", "encrypt": [],
"engines": { "platforms": {
"HBuilderX": "^3.1.0" "cloud": {
}, "tcb": "√",
"dcloudext": { "aliyun": "√"
"type": "component-vue", },
"sale": { "client": {
"regular": { "uni-app": {
"price": "0.00" "vue": {
}, "vue2": "-",
"sourcecode": { "vue3": "-"
"price": "0.00" },
} "web": {
}, "safari": "-",
"contact": { "chrome": "-"
"qq": "" },
}, "app": {
"declaration": { "vue": "-",
"ads": "无", "nvue": "-",
"data": "插件不采集任何数据", "android": "-",
"permissions": "无" "ios": "-",
}, "harmony": "-"
"npmurl": "" },
}, "mp": {
"uni_modules": { "weixin": "-",
"dependencies": [ "alipay": "-",
"uv-ui-tools" "toutiao": "-",
], "baidu": "-",
"encrypt": [], "kuaishou": "-",
"platforms": { "jd": "-",
"cloud": { "harmony": "-",
"tcb": "y", "qq": "-",
"aliyun": "y" "lark": "-"
}, },
"client": { "quickapp": {
"Vue": { "huawei": "-",
"vue2": "y", "union": "-"
"vue3": "y" }
}, },
"App": { "uni-app-x": {
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "android": "-",
"微信浏览器(Android)": "y", "ios": "-",
"QQ浏览器(Android)": "y" "harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-"
"IE": "y", }
"Edge": "y", }
"Firefox": "y", }
"Safari": "y" }
}, }
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
}
}
}
}
} }

View File

@ -1,89 +1,104 @@
{ {
"id": "uv-button", "id": "uv-button",
"displayName": "uv-button 按钮 全面兼容vue3+2、app、h5、小程序等多端", "displayName": "uv-button 按钮 全面兼容vue3+2、app、h5、小程序等多端",
"version": "1.0.12", "version": "1.0.12",
"description": "按钮组件内部实现以uni-app的button组件为基础进行二次封装灵活配置功能齐全兼容全端。", "description": "按钮组件内部实现以uni-app的button组件为基础进行二次封装灵活配置功能齐全兼容全端。",
"keywords": [ "keywords": [
"uv-button", "uv-button",
"uvui", "uvui",
"uv-ui", "uv-ui",
"button", "button",
"按钮" "按钮"
],
"repository": "",
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"dcloudext": {
"type": "component-vue",
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "插件不采集任何数据",
"permissions": "无"
},
"npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"uni_modules": {
"dependencies": [
"uv-ui-tools",
"uv-loading-icon",
"uv-icon"
], ],
"repository": "", "encrypt": [],
"engines": { "platforms": {
"HBuilderX": "^3.1.0" "cloud": {
}, "tcb": "√",
"dcloudext": { "aliyun": "√"
"type": "component-vue", },
"sale": { "client": {
"regular": { "uni-app": {
"price": "0.00" "vue": {
}, "vue2": "-",
"sourcecode": { "vue3": "-"
"price": "0.00" },
} "web": {
}, "safari": "-",
"contact": { "chrome": "-"
"qq": "" },
}, "app": {
"declaration": { "vue": "-",
"ads": "无", "nvue": "-",
"data": "插件不采集任何数据", "android": "-",
"permissions": "无" "ios": "-",
}, "harmony": "-"
"npmurl": "" },
}, "mp": {
"uni_modules": { "weixin": "-",
"dependencies": [ "alipay": "-",
"uv-ui-tools", "toutiao": "-",
"uv-loading-icon", "baidu": "-",
"uv-icon" "kuaishou": "-",
], "jd": "-",
"encrypt": [], "harmony": "-",
"platforms": { "qq": "-",
"cloud": { "lark": "-"
"tcb": "y", },
"aliyun": "y" "quickapp": {
}, "huawei": "-",
"client": { "union": "-"
"Vue": { }
"vue2": "y", },
"vue3": "y" "uni-app-x": {
}, "web": {
"App": { "safari": "-",
"app-vue": "y", "chrome": "-"
"app-nvue": "y" },
}, "app": {
"H5-mobile": { "android": "-",
"Safari": "y", "ios": "-",
"Android Browser": "y", "harmony": "-"
"微信浏览器(Android)": "y", },
"QQ浏览器(Android)": "y" "mp": {
}, "weixin": "-"
"H5-pc": { }
"Chrome": "y", }
"IE": "y", }
"Edge": "y", }
"Firefox": "y", }
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
}
}
}
}
} }

View File

@ -1,89 +1,104 @@
{ {
"id": "uv-calendar", "id": "uv-calendar",
"displayName": "uv-calendar 日历 全面兼容vue3+2、app、h5、小程序等多端", "displayName": "uv-calendar 日历 全面兼容vue3+2、app、h5、小程序等多端",
"version": "1.0.6", "version": "1.0.6",
"description": "日历组件用于单个选择日期,范围选择日期等,日历被包裹在底部弹起的容器中,灵活配置,功能齐全,兼容全端。强烈推荐使用最新版日历组件,在下方跳入。", "description": "日历组件用于单个选择日期,范围选择日期等,日历被包裹在底部弹起的容器中,灵活配置,功能齐全,兼容全端。强烈推荐使用最新版日历组件,在下方跳入。",
"keywords": [ "keywords": [
"uv-calendar", "uv-calendar",
"uvui", "uvui",
"uv-ui", "uv-ui",
"calendar", "calendar",
"日历" "日历"
],
"repository": "",
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"dcloudext": {
"type": "component-vue",
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "插件不采集任何数据",
"permissions": "无"
},
"npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"uni_modules": {
"dependencies": [
"uv-ui-tools",
"uv-button",
"uv-popup"
], ],
"repository": "", "encrypt": [],
"engines": { "platforms": {
"HBuilderX": "^3.1.0" "cloud": {
}, "tcb": "√",
"dcloudext": { "aliyun": "√"
"type": "component-vue", },
"sale": { "client": {
"regular": { "uni-app": {
"price": "0.00" "vue": {
}, "vue2": "-",
"sourcecode": { "vue3": "-"
"price": "0.00" },
} "web": {
}, "safari": "-",
"contact": { "chrome": "-"
"qq": "" },
}, "app": {
"declaration": { "vue": "-",
"ads": "无", "nvue": "-",
"data": "插件不采集任何数据", "android": "-",
"permissions": "无" "ios": "-",
}, "harmony": "-"
"npmurl": "" },
}, "mp": {
"uni_modules": { "weixin": "-",
"dependencies": [ "alipay": "-",
"uv-ui-tools", "toutiao": "-",
"uv-button", "baidu": "-",
"uv-popup" "kuaishou": "-",
], "jd": "-",
"encrypt": [], "harmony": "-",
"platforms": { "qq": "-",
"cloud": { "lark": "-"
"tcb": "y", },
"aliyun": "y" "quickapp": {
}, "huawei": "-",
"client": { "union": "-"
"Vue": { }
"vue2": "y", },
"vue3": "y" "uni-app-x": {
}, "web": {
"App": { "safari": "-",
"app-vue": "y", "chrome": "-"
"app-nvue": "y" },
}, "app": {
"H5-mobile": { "android": "-",
"Safari": "y", "ios": "-",
"Android Browser": "y", "harmony": "-"
"微信浏览器(Android)": "y", },
"QQ浏览器(Android)": "y" "mp": {
}, "weixin": "-"
"H5-pc": { }
"Chrome": "y", }
"IE": "y", }
"Edge": "y", }
"Firefox": "y", }
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
}
}
}
}
} }

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,63 +29,76 @@
"contact": { "contact": {
"qq": "" "qq": ""
}, },
"declaration":{ "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-popup", "uv-popup",
"uv-toolbar" "uv-toolbar"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,62 +30,75 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-icon", "uv-icon",
"uv-line" "uv-line"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,61 +30,74 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-icon" "uv-icon"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,60 +30,73 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,60 +30,73 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,62 +30,75 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-line", "uv-line",
"uv-cell" "uv-cell"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,60 +30,73 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,60 +30,73 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,61 +30,74 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-picker" "uv-picker"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,61 +30,74 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-line" "uv-line"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "u" }
}, },
"快应用": { "uni-app-x": {
"华为": "u", "web": {
"联盟": "u" "safari": "-",
} "chrome": "-"
} },
} "app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
}
}
}
} }
} }

View File

@ -1,91 +1,106 @@
{ {
"id": "uv-drop-down", "id": "uv-drop-down",
"displayName": "uv-drop-down 下拉筛选 全面兼容vue3+2、app、h5、小程序等多端", "displayName": "uv-drop-down 下拉筛选 全面兼容vue3+2、app、h5、小程序等多端",
"version": "1.0.4", "version": "1.0.4",
"description": "该组件主要提供筛选下拉筛选框,内置基础筛选功能,可以根据自己的需求自定义筛选项", "description": "该组件主要提供筛选下拉筛选框,内置基础筛选功能,可以根据自己的需求自定义筛选项",
"keywords": [ "keywords": [
"uv-drop-down", "uv-drop-down",
"uvui", "uvui",
"uv-ui", "uv-ui",
"下拉筛选", "下拉筛选",
"筛选" "筛选"
],
"repository": "",
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"dcloudext": {
"type": "component-vue",
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "插件不采集任何数据",
"permissions": "无"
},
"npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"uni_modules": {
"dependencies": [
"uv-ui-tools",
"uv-icon",
"uv-text",
"uv-transition",
"uv-sticky"
], ],
"repository": "", "encrypt": [],
"engines": { "platforms": {
"HBuilderX": "^3.1.0" "cloud": {
}, "tcb": "√",
"dcloudext": { "aliyun": "√"
"type": "component-vue", },
"sale": { "client": {
"regular": { "uni-app": {
"price": "0.00" "vue": {
}, "vue2": "-",
"sourcecode": { "vue3": "-"
"price": "0.00" },
} "web": {
}, "safari": "-",
"contact": { "chrome": "-"
"qq": "" },
}, "app": {
"declaration": { "vue": "-",
"ads": "无", "nvue": "-",
"data": "插件不采集任何数据", "android": "-",
"permissions": "无" "ios": "-",
}, "harmony": "-"
"npmurl": "" },
}, "mp": {
"uni_modules": { "weixin": "-",
"dependencies": [ "alipay": "-",
"uv-ui-tools", "toutiao": "-",
"uv-icon", "baidu": "-",
"uv-text", "kuaishou": "-",
"uv-transition", "jd": "-",
"uv-sticky" "harmony": "-",
], "qq": "-",
"encrypt": [], "lark": "-"
"platforms": { },
"cloud": { "quickapp": {
"tcb": "y", "huawei": "-",
"aliyun": "y" "union": "-"
}, }
"client": { },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
}, "chrome": "-"
"App": { },
"app-vue": "y", "app": {
"app-nvue": "y" "android": "-",
}, "ios": "-",
"H5-mobile": { "harmony": "-"
"Safari": "y", },
"Android Browser": "y", "mp": {
"微信浏览器(Android)": "y", "weixin": "-"
"QQ浏览器(Android)": "y" }
}, }
"H5-pc": { }
"Chrome": "y", }
"IE": "y", }
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
}
}
}
}
} }

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",
@ -28,61 +30,74 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-icon" "uv-icon"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,66 +30,79 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-icon", "uv-icon",
"uv-line", "uv-line",
"uv-transition", "uv-transition",
"uv-action-sheet", "uv-action-sheet",
"uv-input", "uv-input",
"uv-button" "uv-button"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,60 +30,73 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,61 +30,74 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-icon" "uv-icon"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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,54 +30,67 @@
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"Vue": { "uni-app": {
"vue2": "y", "vue": {
"vue3": "y" "vue2": "-",
"vue3": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
}, },
"App": { "uni-app-x": {
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "android": "-",
"微信浏览器(Android)": "y", "ios": "-",
"QQ浏览器(Android)": "y" "harmony": "-"
}, },
"H5-pc": { "mp": {
"Chrome": "y", "weixin": "-"
"IE": "y", }
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y",
"钉钉": "u",
"快手": "u",
"飞书": "u",
"京东": "u"
},
"快应用": {
"华为": "u",
"联盟": "u"
} }
} }
} }

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",
@ -28,62 +30,75 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-transition", "uv-transition",
"uv-icon" "uv-icon"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,61 +30,74 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-transition" "uv-transition"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,61 +30,74 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-icon" "uv-icon"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,62 +30,75 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-popup", "uv-popup",
"uv-icon" "uv-icon"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,60 +30,73 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,60 +30,73 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,60 +30,73 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,60 +30,73 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,62 +30,75 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-line", "uv-line",
"uv-loading-icon" "uv-loading-icon"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,60 +30,73 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools" "uv-ui-tools"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,62 +30,75 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-transition", "uv-transition",
"uv-loading-icon" "uv-loading-icon"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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",
@ -28,63 +30,76 @@
"qq": "" "qq": ""
}, },
"declaration": { "declaration": {
"ads": "无", "ads": "无",
"data": "插件不采集任何数据", "data": "插件不采集任何数据",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "" "npmurl": "",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
"uv-ui-tools", "uv-ui-tools",
"uv-popup", "uv-popup",
"uv-line", "uv-line",
"uv-loading-icon" "uv-loading-icon"
], ],
"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": { },
"app-vue": "y", "web": {
"app-nvue": "y" "safari": "-",
}, "chrome": "-"
"H5-mobile": { },
"Safari": "y", "app": {
"Android Browser": "y", "vue": "-",
"微信浏览器(Android)": "y", "nvue": "-",
"QQ浏览器(Android)": "y" "android": "-",
}, "ios": "-",
"H5-pc": { "harmony": "-"
"Chrome": "y", },
"IE": "y", "mp": {
"Edge": "y", "weixin": "-",
"Firefox": "y", "alipay": "-",
"Safari": "y" "toutiao": "-",
}, "baidu": "-",
"小程序": { "kuaishou": "-",
"微信": "y", "jd": "-",
"阿里": "y", "harmony": "-",
"百度": "y", "qq": "-",
"字节跳动": "y", "lark": "-"
"QQ": "y", },
"钉钉": "u", "quickapp": {
"快手": "u", "huawei": "-",
"飞书": "u", "union": "-"
"京东": "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