123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- // "condition": { //模式配置,仅开发期间生效
- // "current": 0, //当前激活的模式(list 的索引项)
- // "list": [{
- // "name": "test", //模式名称
- // "path": "pages/componentsC/test/index", //启动页面,必选
- // "query": "uuid=c4bba940-f69e-11ea-a419-6bafda9d095e&__id__=1" //启动参数,在页面的onLoad函数里面得到
- // }]
- // },
- "pages": [
- // 演示-组件
- {
- "path": "pages/example/components",
- "style": {
- "navigationBarTitleText": "组件"
- }
- },
- // avatarCropper-头像裁剪
- {
- "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": "模板"
- }
- },
- // fullScreen-压窗屏
- {
- "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": [
- // test-测试
- {
- "path": "test/index",
- "style": {
- "navigationBarTitleText": "Test"
- // "navigationStyle": "custom" ,// 隐藏系统导航栏
- // "navigationBarTextStyle": "white" // 状态栏字体为白色
- }
- },
- // gap-间隔槽
- {
- "path": "gap/index",
- "style": {
- "navigationBarTitleText": "gap-间隔槽"
- }
- },
- // subsection分段器
- {
- "path": "subsection/index",
- "style": {
- "navigationBarTitleText": "subsection-分段器"
- }
- },
- // section 查看更多
- {
- "path": "section/index",
- "style": {
- "navigationBarTitleText": "section-查看更多"
- }
- },
- // link链接
- {
- "path": "link/index",
- "style": {
- "navigationBarTitleText": "link-链接"
- }
- },
- // mask遮罩层
- {
- "path": "mask/index",
- "style": {
- "navigationBarTitleText": "mask-遮罩层"
- }
- },
- // countTo数字滚动
- {
- "path": "countTo/index",
- "style": {
- "navigationBarTitleText": "countTo-数字滚动"
- }
- },
- // color颜色
- {
- "path": "color/index",
- "style": {
- "navigationBarTitleText": "color-颜色"
- }
- },
- // countDown倒计时
- {
- "path": "countDown/index",
- "style": {
- "navigationBarTitleText": "countDown-倒计时"
- }
- },
- // progress进度条
- {
- "path": "progress/index",
- "style": {
- "navigationBarTitleText": "progress-进度条"
- }
- },
- // alertTips警告提示
- {
- "path": "alertTips/index",
- "style": {
- "navigationBarTitleText": "alertTips-警告提示"
- }
- },
- // badge 徽标数
- {
- "path": "badge/index",
- "style": {
- "navigationBarTitleText": "badge-徽标数"
- }
- },
- // button按钮
- {
- "path": "button/index",
- "style": {
- "navigationBarTitleText": "button-按钮"
- }
- },
- // collapse折叠面板
- {
- "path": "collapse/index",
- "style": {
- "navigationBarTitleText": "collapse-折叠面板"
- }
- },
- // actionSheet操作菜单
- {
- "path": "actionSheet/index",
- "style": {
- "navigationBarTitleText": "actionSheet-操作菜单"
- }
- },
- // messageInput验证码输入
- {
- "path": "messageInput/index",
- "style": {
- "navigationBarTitleText": "messageInput-验证码输入"
- }
- },
- // popup弹窗
- {
- "path": "popup/index",
- "style": {
- "navigationBarTitleText": "popup-弹窗"
- }
- },
- // listCell
- {
- "path": "cell/index",
- "style": {
- "navigationBarTitleText": "listCell-列表"
- }
- },
- // numberBox数字输入框
- {
- "path": "numberBox/index",
- "style": {
- "navigationBarTitleText": "numberBox-步进器"
- }
- },
- // grid宫格布局
- {
- "path": "grid/index",
- "style": {
- "navigationBarTitleText": "grid-宫格布局"
- }
- },
- // layout栅格布局
- {
- "path": "layout/index",
- "style": {
- "navigationBarTitleText": "layout-栅格布局"
- }
- },
- // 加载更多
- {
- "path": "loadmore/index",
- "style": {
- "navigationBarTitleText": "loadmore-加载更多"
- }
- }
- ]
- },
- {
- "root": "pages/template",
- "pages": [
- // 反馈
- {
- "path": "feedback/feedback",
- "style": {
- "navigationBarTitleText": "反馈",
- "navigationStyle": "custom"
- }
- },
- // wxCenter 仿微信个人中心
- {
- "path": "wxCenter/index",
- "style": {
- "navigationBarTitleText": "wxCenter 仿微信个人中心",
- "navigationStyle": "custom"
- }
- },
- // 绑定手机号
- {
- "path": "bindPhoneNumber/bindPhoneNumber",
- "style": {
- "navigationBarTitleText": "绑定手机号",
- "navigationStyle": "custom"
- }
- },
- // keyboardPay 自定义键盘支付
- {
- "path": "keyboardPay/index",
- "style": {
- "navigationBarTitleText": "keyboardPay 自定义键盘支付"
- }
- },
- // douyin 仿抖音
- // {
- // "path": "douyin/index",
- // "style": {
- // "navigationBarTitleText": "douyin 仿抖音"
- // }
- // },
- // mallMenu商城分类
- {
- "path": "mallMenu/index2",
- "style": {
- "navigationBarTitleText": "mallMenu-商城分类"
- }
- },
- // mallMenu商城分类
- {
- "path": "mallMenu/index1",
- "style": {
- "navigationBarTitleText": "mallMenu-商城分类"
- }
- },
- // coupon优惠券
- {
- "path": "coupon/index",
- "style": {
- "navigationBarTitleText": "coupon-优惠券"
- }
- },
- {
- "path": "login/index",
- "style": {
- "navigationBarTitleText": "美团登录"
- }
- },
- // 城市选择
- {
- "path": "citySelect/index",
- "style": {
- "navigationBarTitleText": "城市选择"
- }
- },
- // SubmitBar提交订单栏
- {
- "path": "submitBar/index",
- "style": {
- "navigationBarTitleText": "提交订单栏"
- }
- },
- // comment评论
- {
- "path": "comment/index",
- "style": {
- "navigationBarTitleText": "评论"
- }
- },
- // comment评论详情
- {
- "path": "comment/reply",
- "style": {
- "navigationBarTitleText": "评论详情"
- }
- },
- // order订单
- {
- "path": "order/index",
- "style": {
- "navigationBarTitleText": "订单"
- }
- },
- // login登录获取验证码
- {
- "path": "login/code",
- "style": {
- "navigationBarTitleText": "登录获取验证码"
- }
- },
- // address用户地址
- {
- "path": "address/index",
- "style": {
- "navigationBarTitleText": "用户地址"
- }
- },
- // address添加用户地址
- {
- "path": "address/addSite",
- "style": {
- "navigationBarTitleText": "添加用户地址"
- }
- }
- ]
- },
- {
- "root": "pages/library",
- "pages": [
- // debounce-节流防抖
- {
- "path": "debounce/index",
- "style": {
- "navigationBarTitleText": "throttle | debounce-节流防抖"
- }
- },
- // deepClone-对象深度克隆
- {
- "path": "deepClone/index",
- "style": {
- "navigationBarTitleText": "deepClone-对象深度克隆"
- }
- },
- // deepMerge-对象深度合并
- {
- "path": "deepMerge/index",
- "style": {
- "navigationBarTitleText": "deepMerge-对象深度合并"
- }
- },
- // getRect-元素节点
- {
- "path": "getRect/index",
- "style": {
- "navigationBarTitleText": "getRect-元素节点"
- }
- },
- // timeFrom-多久之前
- {
- "path": "timeFrom/index",
- "style": {
- "navigationBarTitleText": "timeFrom-多久之前"
- }
- },
- // globalData-全局变量
- {
- "path": "globalVariable/globalData",
- "style": {
- "navigationBarTitleText": "globalData-全局变量"
- }
- },
- // prototype-全局变量
- {
- "path": "globalVariable/prototype",
- "style": {
- "navigationBarTitleText": "prototype-全局变量"
- }
- },
- // vuex-全局变量
- {
- "path": "globalVariable/vuex",
- "style": {
- "navigationBarTitleText": "vuex-全局变量"
- }
- },
- // globalVariable-全局变量
- {
- "path": "globalVariable/index",
- "style": {
- "navigationBarTitleText": "globalVariable-全局变量"
- }
- },
- // http-请求
- {
- "path": "http/index",
- "style": {
- "navigationBarTitleText": "http-请求"
- }
- },
- // test-规则验证
- {
- "path": "test/index",
- "style": {
- "navigationBarTitleText": "test-规则验证"
- }
- },
- // mpShare-小程序分享
- {
- "path": "mpShare/index",
- "style": {
- "navigationBarTitleText": "mpShare-小程序分享"
- }
- },
- // color-JS调用颜色
- {
- "path": "color/index",
- "style": {
- "navigationBarTitleText": "color-JS调用颜色"
- }
- },
- // trim-去除空格
- {
- "path": "trim/index",
- "style": {
- "navigationBarTitleText": "trim-去除空格"
- }
- },
- // random-随机数生成
- {
- "path": "random/index",
- "style": {
- "navigationBarTitleText": "random-随机数生成"
- }
- },
- // md5加密
- {
- "path": "md5/index",
- "style": {
- "navigationBarTitleText": "md5-加密"
- }
- },
- // colorSwitch颜色转换
- {
- "path": "colorSwitch/index",
- "style": {
- "navigationBarTitleText": "colorSwitch-颜色转换"
- }
- },
- // randomArray数组乱序
- {
- "path": "randomArray/index",
- "style": {
- "navigationBarTitleText": "randomArray-数组乱序"
- }
- },
- // guid全局唯一标识符
- {
- "path": "guid/index",
- "style": {
- "navigationBarTitleText": "guid-全局唯一标识符"
- }
- },
- // timeFormat时间格式化
- {
- "path": "timeFormat/index",
- "style": {
- "navigationBarTitleText": "timeFormat-时间格式化"
- }
- }, // route-路由
- {
- "path": "route/index",
- "style": {
- "navigationBarTitleText": "route-路由"
- }
- },
- // route-路由跳转
- {
- "path": "route/routeTo",
- "style": {
- "navigationBarTitleText": "route-路由跳转"
- }
- },
- // queryParams-对象转URL参数
- {
- "path": "queryParams/index",
- "style": {
- "navigationBarTitleText": "queryParams-对象转URL参数"
- }
- }
- ]
- },
- {
- "root": "pages/componentsA",
- "pages": [
- // parse-富文本解析器
- {
- "path": "parse/index",
- "style": {
- "navigationBarTitleText": "parse-富文本解析器"
- }
- },
- // backTop-返回顶部
- {
- "path": "backTop/index",
- "style": {
- "navigationBarTitleText": "backTop-返回顶部"
- }
- },
- // calendar-日历
- {
- "path": "calendar/index",
- "style": {
- "navigationBarTitleText": "calendar-日历"
- }
- },
- // form-表单
- {
- "path": "form/index",
- "style": {
- "navigationBarTitleText": "form-表单"
- }
- },
- // select-列选择器
- {
- "path": "select/index",
- "style": {
- "navigationBarTitleText": "select-列选择器"
- }
- },
- // slider-滑动选择器
- {
- "path": "slider/index",
- "style": {
- "navigationBarTitleText": "slider-滑动选择器"
- }
- },
- // fullScreen-压窗屏
- {
- "path": "fullScreen/index",
- "style": {
- "navigationBarTitleText": "fullScreen-压窗屏"
- }
- },
- // navbar-自定义导航栏
- {
- "path": "navbar/index",
- "style": {
- // "navigationBarTitleText": "navbar-自定义导航栏",
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTextStyle": "white" // 状态栏字体为白色
- }
- },
- // field-输入框
- {
- "path": "field/index",
- "style": {
- "navigationBarTitleText": "field-输入框"
- }
- },
- // modal-模态框
- {
- "path": "modal/index",
- "style": {
- "navigationBarTitleText": "modal-模态框"
- }
- },
- // indexList索引列表
- {
- "path": "indexList/index",
- "style": {
- "navigationBarTitleText": "indexList-索引列表"
- }
- },
- // empty内容为空
- {
- "path": "empty/index",
- "style": {
- "navigationBarTitleText": "empty-内容为空"
- }
- },
- // avatarCropper-头像裁剪
- {
- "path": "avatarCropper/index",
- "style": {
- "navigationBarTitleText": "avatarCropper-头像裁剪"
- }
- }, // noNetwork没有网络
- {
- "path": "noNetwork/index",
- "style": {
- "navigationBarTitleText": "noNetwork-没有网络"
- }
- }, // icon字体图标
- {
- "path": "icon/index",
- "style": {
- "navigationBarTitleText": "icon-字体图标"
- }
- }, // avatar-用户头像展示
- {
- "path": "avatar/index",
- "style": {
- "navigationBarTitleText": "avatar-用户头像展示"
- }
- }, // keyboard键盘
- {
- "path": "keyboard/index",
- "style": {
- "navigationBarTitleText": "keyboard-键盘"
- }
- }, // 图片懒加载
- {
- "path": "lazyLoad/index",
- "style": {
- "navigationBarTitleText": "lazyLoad-懒加载"
- }
- },
- // tabs切换
- {
- "path": "tabs/index",
- "style": {
- "navigationBarTitleText": "Tabs-切换"
- }
- },
- // tag标签
- {
- "path": "tag/index",
- "style": {
- "navigationBarTitleText": "tag-标签"
- }
- },
- // timeLine时间轴
- {
- "path": "timeLine/index",
- "style": {
- "navigationBarTitleText": "timeLine-时间轴"
- }
- },
- // toast轻提示
- {
- "path": "toast/index",
- "style": {
- "navigationBarTitleText": "toast-轻提示"
- }
- },
- // topTips消息提示
- {
- "path": "topTips/index",
- "style": {
- "navigationBarTitleText": "topTips-消息提示"
- }
- },
- // Code-验证码倒计时
- {
- "path": "verificationCode/index",
- "style": {
- "navigationBarTitleText": "Code-验证码倒计时"
- }
- }
- ]
- },
- {
- "root": "pages/componentsB",
- "pages": [
- // dropdown-下拉菜单
- {
- "path": "dropdown/index",
- "style": {
- "navigationBarTitleText": "dropdown-下拉菜单"
- }
- },
- // tabbar-底部导航栏
- {
- "path": "tabbar/index",
- "style": {
- "navigationBarTitleText": "tabbar-底部导航栏"
- }
- },
- // line-线条
- {
- "path": "line/index",
- "style": {
- "navigationBarTitleText": "line-线条"
- }
- },
- // image-图片
- {
- "path": "image/index",
- "style": {
- "navigationBarTitleText": "image-图片"
- }
- },
- // card-卡片
- {
- "path": "card/index",
- "style": {
- "navigationBarTitleText": "card-卡片"
- }
- },
- // divider-分割线
- {
- "path": "divider/index",
- "style": {
- "navigationBarTitleText": "divider-分割线"
- }
- },
- // picker选择器
- {
- "path": "picker/index",
- "style": {
- "navigationBarTitleText": "picker-选择器"
- }
- }, // noticeBar通告栏
- {
- "path": "noticeBar/index",
- "style": {
- "navigationBarTitleText": "noticeBar-通告栏"
- }
- },
- // checkbox-复选框
- {
- "path": "checkbox/index",
- "style": {
- "navigationBarTitleText": "checkbox-复选框"
- }
- },
- // radio-单选框
- {
- "path": "radio/index",
- "style": {
- "navigationBarTitleText": "radio-单选框"
- }
- },
- // loading-加载动画
- {
- "path": "loading/index",
- "style": {
- "navigationBarTitleText": "loading-加载动画"
- }
- },
- // switch-开关选择器
- {
- "path": "switch/index",
- "style": {
- "navigationBarTitleText": "switch-开关选择器"
- }
- },
- // 骨架屏
- {
- "path": "skeleton/index",
- "style": {
- "navigationBarTitleText": "skeleton-骨架屏"
- }
- }, // upload上传
- {
- "path": "upload/index",
- "style": {
- "navigationBarTitleText": "upload-上传"
- }
- },
- // waterfall瀑布流
- // #ifndef MP-TOUTIAO
- {
- "path": "waterfall/index",
- "style": {
- "navigationBarTitleText": "waterfall-瀑布流"
- }
- },
- // #endif
- // table表格
- {
- "path": "table/index",
- "style": {
- "navigationBarTitleText": "table-表格"
- }
- },
- // rate评分
- {
- "path": "rate/index",
- "style": {
- "navigationBarTitleText": "rate-评分"
- }
- },
- // readMore显示更多
- {
- "path": "readMore/index",
- "style": {
- "navigationBarTitleText": "readMore-查看更多"
- }
- },
- // search搜索框
- {
- "path": "search/index",
- "style": {
- "navigationBarTitleText": "search-搜索框"
- }
- },
- // steps步骤条
- {
- "path": "steps/index",
- "style": {
- "navigationBarTitleText": "steps-步骤条"
- }
- },
- // sticky吸顶
- {
- "path": "sticky/index",
- "style": {
- "navigationBarTitleText": "sticky-吸顶"
- }
- },
- // swiper轮播图
- {
- "path": "swiper/index",
- "style": {
- "navigationBarTitleText": "swiper-轮播图"
- }
- },
- // swipeAction-左滑删除
- {
- "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": "模板"
- }
- ]
- }
- }
|