|
@@ -0,0 +1,883 @@
|
|
|
+{
|
|
|
+ "easycom": {
|
|
|
+ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ "pages": [
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "pages/example/components",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "组件"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "头像裁剪",
|
|
|
+ "navigationBarBackgroundColor": "#000000"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "pages/example/js",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "工具"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "pages/example/template",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "模板"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "uview-ui/components/u-full-screen/u-full-screen",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "app-plus": {
|
|
|
+ "animationType": "fade-in",
|
|
|
+ "background": "transparent",
|
|
|
+ "backgroundColor": "rgba(0,0,0,0)",
|
|
|
+ "popGesture": "none"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "subPackages": [{
|
|
|
+ "root": "pages/componentsC",
|
|
|
+ "pages": [
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "test/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "Test"
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "gap/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "gap-间隔槽"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "subsection/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "subsection-分段器"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "section/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "section-查看更多"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "link/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "link-链接"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "mask/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "mask-遮罩层"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "countTo/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "countTo-数字滚动"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "color/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "color-颜色"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "countDown/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "countDown-倒计时"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "progress/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "progress-进度条"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "alertTips/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "alertTips-警告提示"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "badge/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "badge-徽标数"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "button/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "button-按钮"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "collapse/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "collapse-折叠面板"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "actionSheet/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "actionSheet-操作菜单"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "messageInput/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "messageInput-验证码输入"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "popup/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "popup-弹窗"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "cell/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "listCell-列表"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "numberBox/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "numberBox-步进器"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "grid/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "grid-宫格布局"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "layout/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "layout-栅格布局"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "loadmore/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "loadmore-加载更多"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages/template",
|
|
|
+ "pages": [
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "feedback/feedback",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "反馈",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "wxCenter/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "wxCenter 仿微信个人中心",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "bindPhoneNumber/bindPhoneNumber",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "绑定手机号",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "keyboardPay/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "keyboardPay 自定义键盘支付"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "mallMenu/index2",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "mallMenu-商城分类"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "mallMenu/index1",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "mallMenu-商城分类"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "coupon/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "coupon-优惠券"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "login/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "美团登录"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "citySelect/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "城市选择"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "submitBar/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "提交订单栏"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "comment/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "评论"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "comment/reply",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "评论详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "order/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "login/code",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录获取验证码"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "address/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "用户地址"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "address/addSite",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "添加用户地址"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages/library",
|
|
|
+ "pages": [
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "debounce/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "throttle | debounce-节流防抖"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "deepClone/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "deepClone-对象深度克隆"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "deepMerge/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "deepMerge-对象深度合并"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "getRect/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "getRect-元素节点"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "timeFrom/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "timeFrom-多久之前"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "globalVariable/globalData",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "globalData-全局变量"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "globalVariable/prototype",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "prototype-全局变量"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "globalVariable/vuex",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "vuex-全局变量"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "globalVariable/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "globalVariable-全局变量"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "http/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "http-请求"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "test/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "test-规则验证"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "mpShare/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "mpShare-小程序分享"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "color/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "color-JS调用颜色"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "trim/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "trim-去除空格"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "random/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "random-随机数生成"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "md5/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "md5-加密"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "colorSwitch/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "colorSwitch-颜色转换"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "randomArray/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "randomArray-数组乱序"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "guid/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "guid-全局唯一标识符"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "timeFormat/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "timeFormat-时间格式化"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "route/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "route-路由"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "route/routeTo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "route-路由跳转"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "queryParams/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "queryParams-对象转URL参数"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages/componentsA",
|
|
|
+ "pages": [
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "parse/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "parse-富文本解析器"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "backTop/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "backTop-返回顶部"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "calendar/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "calendar-日历"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "form/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "form-表单"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "select/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "select-列选择器"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "slider/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "slider-滑动选择器"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "fullScreen/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "fullScreen-压窗屏"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "navbar/index",
|
|
|
+ "style": {
|
|
|
+
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTextStyle": "white"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "field/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "field-输入框"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "modal/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "modal-模态框"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "indexList/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "indexList-索引列表"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "empty/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "empty-内容为空"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "avatarCropper/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "avatarCropper-头像裁剪"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "noNetwork/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "noNetwork-没有网络"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "icon/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "icon-字体图标"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "avatar/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "avatar-用户头像展示"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "keyboard/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "keyboard-键盘"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "lazyLoad/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "lazyLoad-懒加载"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "tabs/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "Tabs-切换"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "tag/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "tag-标签"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "timeLine/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "timeLine-时间轴"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "toast/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "toast-轻提示"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "topTips/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "topTips-消息提示"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "verificationCode/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "Code-验证码倒计时"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pages/componentsB",
|
|
|
+ "pages": [
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "dropdown/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "dropdown-下拉菜单"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "tabbar/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "tabbar-底部导航栏"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "line/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "line-线条"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "image/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "image-图片"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "card/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "card-卡片"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "divider/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "divider-分割线"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "picker/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "picker-选择器"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "noticeBar/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "noticeBar-通告栏"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "checkbox/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "checkbox-复选框"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "radio/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "radio-单选框"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "loading/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "loading-加载动画"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "switch/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "switch-开关选择器"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "skeleton/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "skeleton-骨架屏"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "upload/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "upload-上传"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "waterfall/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "waterfall-瀑布流"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "table/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "table-表格"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "rate/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "rate-评分"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "readMore/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "readMore-查看更多"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "search/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "search-搜索框"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "steps/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "steps-步骤条"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "sticky/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "sticky-吸顶"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "swiper/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "swiper-轮播图"
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "swipeAction/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "swipeAction-左滑删除"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "preloadRule": {
|
|
|
+ "pages/example/components": {
|
|
|
+ "network": "all",
|
|
|
+ "packages": ["pages/componentsA", "pages/componentsB", "pages/componentsC"]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "uView",
|
|
|
+ "navigationBarBackgroundColor": "#FFFFFF",
|
|
|
+ "backgroundColor": "#FFFFFF"
|
|
|
+ },
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#909399",
|
|
|
+ "selectedColor": "#303133",
|
|
|
+ "backgroundColor": "#FFFFFF",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/example/components",
|
|
|
+ "iconPath": "static/uview/example/component.png",
|
|
|
+ "selectedIconPath": "static/uview/example/component_select.png",
|
|
|
+ "text": "组件"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/example/js",
|
|
|
+ "iconPath": "static/uview/example/js.png",
|
|
|
+ "selectedIconPath": "static/uview/example/js_select.png",
|
|
|
+ "text": "工具"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/example/template",
|
|
|
+ "iconPath": "static/uview/example/template.png",
|
|
|
+ "selectedIconPath": "static/uview/example/template_select.png",
|
|
|
+ "text": "模板"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|