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

13
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");
@ -32,11 +30,10 @@
setTimeout(() => { setTimeout(() => {
upapp() upapp()
}, 1000) }, 1000)
// #endif // #endif
} }
}) })
} else { } else {
uni.reLaunch({ uni.reLaunch({
url: "/pages/signIn", url: "/pages/signIn",
@ -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() {
@ -82,18 +75,22 @@
background: #3336E0; background: #3336E0;
color: #fff; color: #fff;
} }
.numcolor2 { .numcolor2 {
background: #07C688; background: #07C688;
color: #fff; color: #fff;
} }
.numcolor3 { .numcolor3 {
background: #FF9521; background: #FF9521;
color: #fff; color: #fff;
} }
.numcolor4 { .numcolor4 {
background: #333333; background: #333333;
color: #fff; color: #fff;
} }
/* :root{ /* :root{
font-size: calc(100vw / 960px * 32px) !important; font-size: calc(100vw / 960px * 32px) !important;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -12,6 +12,73 @@
"兼容vue3" "兼容vue3"
], ],
"dcloudext": { "dcloudext": {
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "-",
"aliyun": "-",
"alipay": "-"
},
"client": {
"uni-app": {
"vue": {
"vue2": "-",
"vue3": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
},
"uni-app-x": {
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
}
}
}
} }
} }

View File

@ -10,6 +10,73 @@
"字体颜色" "字体颜色"
], ],
"dcloudext": { "dcloudext": {
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
},
"engines": {
"HBuilderX": "^3.1.0",
"uni-app": "^3.1.0",
"uni-app-x": "^3.1.0"
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "-",
"aliyun": "-",
"alipay": "-"
},
"client": {
"uni-app": {
"vue": {
"vue2": "-",
"vue3": "-"
},
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"vue": "-",
"nvue": "-",
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-",
"alipay": "-",
"toutiao": "-",
"baidu": "-",
"kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
}
},
"uni-app-x": {
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
}
}
}
} }
} }

View File

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

View File

@ -12,6 +12,8 @@
], ],
"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": {
@ -31,48 +33,65 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/~qiun", "npmurl": "https://www.npmjs.com/~qiun",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [], "dependencies": [],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "y", "huawei": "-",
"联盟": "y" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

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

View File

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

View File

@ -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,7 +36,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -48,41 +50,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -11,16 +11,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"
@ -37,7 +35,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

@ -11,16 +11,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"
@ -37,48 +35,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -12,7 +12,9 @@
], ],
"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"
@ -35,48 +37,68 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-load-more","uni-scss"], "dependencies": [
"uni-load-more",
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

@ -12,7 +12,9 @@
], ],
"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"
@ -35,49 +37,67 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-load-more"], "dependencies": [
"uni-load-more"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "u", "vue": {
"app-nvue": "n" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "u", "alipay": "-",
"百度": "u", "toutiao": "-",
"字节跳动": "u", "baidu": "-",
"QQ": "u", "kuaishou": "-",
"京东": "u" "jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -13,16 +13,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"
@ -39,48 +37,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "y", "huawei": "-",
"联盟": "y" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

@ -11,16 +11,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"
@ -37,7 +35,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

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

View File

@ -10,16 +10,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"
@ -36,7 +34,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -46,41 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -11,16 +11,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"
@ -37,48 +35,69 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss","uni-icons"], "dependencies": [
"uni-scss",
"uni-icons"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

@ -11,7 +11,9 @@
], ],
"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"
@ -34,54 +36,68 @@
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui", "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue" "type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y", "aliyun": "",
"alipay": "n" "alipay": "x"
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y", "vue2": "-",
"app-uvue": "y" "vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y", "kuaishou": "-",
"钉钉": "y", "jd": "-",
"快手": "y", "harmony": "-",
"飞书": "y", "qq": "-",
"京东": "y" "lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "y", "huawei": "-",
"联盟": "y" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -11,16 +11,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"
@ -37,7 +35,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

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

View File

@ -11,16 +11,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"
@ -37,48 +35,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

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

View File

@ -10,16 +10,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"
@ -36,48 +34,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

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

View File

@ -10,16 +10,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"
@ -36,7 +34,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -46,41 +48,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

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

View File

@ -11,16 +11,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"
@ -37,7 +35,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

@ -10,16 +10,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"
@ -36,7 +34,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -45,41 +47,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

@ -11,16 +11,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"
@ -37,7 +35,11 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": [ "dependencies": [
@ -47,41 +49,55 @@
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -13,16 +13,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"
@ -39,48 +37,68 @@
"data": "无", "data": "无",
"permissions": "无" "permissions": "无"
}, },
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui" "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue",
"darkmode": "-",
"i18n": "-",
"widescreen": "-"
}, },
"uni_modules": { "uni_modules": {
"dependencies": ["uni-scss"], "dependencies": [
"uni-scss"
],
"encrypt": [], "encrypt": [],
"platforms": { "platforms": {
"cloud": { "cloud": {
"tcb": "y", "tcb": "",
"aliyun": "y" "aliyun": ""
}, },
"client": { "client": {
"App": { "uni-app": {
"app-vue": "y", "vue": {
"app-nvue": "y" "vue2": "-",
"vue3": "-"
}, },
"H5-mobile": { "web": {
"Safari": "y", "safari": "-",
"Android Browser": "y", "chrome": "-"
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
}, },
"H5-pc": { "app": {
"Chrome": "y", "vue": "-",
"IE": "y", "nvue": "-",
"Edge": "y", "android": "-",
"Firefox": "y", "ios": "-",
"Safari": "y" "harmony": "-"
}, },
"小程序": { "mp": {
"微信": "y", "weixin": "-",
"阿里": "y", "alipay": "-",
"百度": "y", "toutiao": "-",
"字节跳动": "y", "baidu": "-",
"QQ": "y" "kuaishou": "-",
"jd": "-",
"harmony": "-",
"qq": "-",
"lark": "-"
}, },
"快应用": { "quickapp": {
"华为": "u", "huawei": "-",
"联盟": "u" "union": "-"
}
}, },
"Vue": { "uni-app-x": {
"vue2": "y", "web": {
"vue3": "y" "safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
} }
} }
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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