uni-query
Version:
🐠 为uniapp设计的开源组件库,专注最重要的核心组件
233 lines • 5 kB
JSON
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "uniQuery 组件库项目"
}
},
{
"path": "pages/component",
"style": {
"navigationBarTitleText": "uniQuery 组件"
}
},
{
"path": "pages/visualization",
"style": {
"navigationBarTitleText": "uniQuery 可视化"
}
},
{
"path": "pages/api",
"style": {
"navigationBarTitleText": "uniQuery 接口"
}
},
{
"path": "pages/test",
"style": {
"navigationBarTitleText": "uniQuery 测试"
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [
{
"pagePath": "pages/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home_active.png",
"text": "首页"
},
{
"pagePath": "pages/component",
"iconPath": "static/component.png",
"selectedIconPath": "static/component_active.png",
"text": "组件"
},
{
"pagePath": "pages/visualization",
"iconPath": "static/component.png",
"selectedIconPath": "static/component_active.png",
"text": "可视化"
},
{
"pagePath": "pages/api",
"iconPath": "static/api.png",
"selectedIconPath": "static/api_active.png",
"text": "接口"
},
{
"pagePath": "pages/test",
"iconPath": "static/test.png",
"selectedIconPath": "static/test_active.png",
"text": "测试"
}
]
},
"subPackages": [
{
"root": "pages/component",
"pages": [
{
"path": "form/index",
"style": {
"navigationBarTitleText": "Form 表单校验"
}
},
{
"path": "popup/index",
"style": {
"navigationBarTitleText": "Popup 弹出层"
}
},
{
"path": "tabs/index",
"style": {
"navigationBarTitleText": "Tabs 标签页"
}
},
{
"path": "calendar/index",
"style": {
"navigationBarTitleText": "Calendar 日历"
}
},
{
"path": "title/index",
"style": {
"navigationBarTitleText": "Title 标题头",
"navigationStyle": "custom"
}
},
{
"path": "behavior-vercode/index",
"style": {
"navigationBarTitleText": "BehaviorVercode 行为验证码"
}
},
{
"path": "input-vercode/index",
"style": {
"navigationBarTitleText": "InputVercode 输入验证码"
}
},
{
"path": "loading/index",
"style": {
"navigationBarTitleText": "Loading 加载中"
}
},
{
"path": "picker/index",
"style": {
"navigationBarTitleText": "Picker 滚动选择器"
}
},
{
"path": "selector/index",
"style": {
"navigationBarTitleText": "Selector 级联选择器"
}
}
]
},
{
"root": "pages/visualization",
"pages": [
{
"path": "simple-bar/index",
"style": {
"navigationBarTitleText": "SimpleBar 简单柱状图"
}
},
{
"path": "simple-pie/index",
"style": {
"navigationBarTitleText": "SimplePie 简单饼图"
}
},
{
"path": "zoom-line/index",
"style": {
"navigationBarTitleText": "ZoomLine 可缩放折线图"
}
},
{
"path": "draw-board/index",
"style": {
"navigationBarTitleText": "DrawBoard 绘板"
}
}
]
},
{
"root": "pages/api",
"pages": [
{
"path": "getLocation/index",
"style": {
"navigationBarTitleText": "getLocation 获取地理位置"
}
},
{
"path": "saveAlbum/index",
"style": {
"navigationBarTitleText": "saveAlbum 保存图片到相册"
}
},
{
"path": "chooseImage/index",
"style": {
"navigationBarTitleText": "chooseImage 选择图片"
}
},
{
"path": "dateFormat/index",
"style": {
"navigationBarTitleText": "dateFormat 日期格式化"
}
},
{
"path": "numberFormat/index",
"style": {
"navigationBarTitleText": "numberFormat 数字格式化"
}
},
{
"path": "getSystemInfo/index",
"style": {
"navigationBarTitleText": "getSystemInfo 获取平台信息"
}
}
]
},
{
"root": "pages/test",
"pages": [
{
"path": "openLocation/index",
"style": {
"navigationBarTitleText": "openLocation 打开地图"
}
}
]
}
],
"easycom": {
"autoscan": true,
"custom": {
"^ui-(.*)": "@/components/$1/index.vue"
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uniQuery",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
}
}