Files
coloruicss/demo/app.json
Weilanwl d59a310071 v2.0.7
v2.0.7
2019-02-25 23:40:33 +08:00

80 lines
2.3 KiB
JSON

{
"pages": [
"pages/basics/home/home",
"pages/basics/layout/layout",
"pages/basics/button/button",
"pages/basics/button/design",
"pages/basics/tag/tag",
"pages/basics/avatar/avatar",
"pages/basics/progress/progress",
"pages/basics/shadow/shadow",
"pages/basics/background/background",
"pages/basics/text/text",
"pages/basics/icon/icon",
"pages/basics/loading/loading",
"pages/component/home/home",
"pages/component/list/list",
"pages/component/bar/bar",
"pages/component/timeline/timeline",
"pages/component/chat/chat",
"pages/component/form/form",
"pages/component/nav/nav",
"pages/component/card/card",
"pages/component/swiper/swiper",
"pages/component/modal/modal",
"pages/component/steps/steps",
"pages/plugin/home/home",
"pages/plugin/indexes/indexes",
"pages/plugin/gradual/gradual",
"pages/plugin/animation/animation",
"pages/auth/auth",
"pages/about/about/about",
"pages/about/log/log",
"pages/about/test/list",
"pages/about/test/filter",
"pages/about/home/home",
"custom-tab-bar/index",
"pages/plugin/drawer/drawer",
"pages/plugin/verticalnav/verticalnav"
],
"window": {
"navigationBarBackgroundColor": "#39b54a",
"navigationBarTitleText": "Color UI",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponents": {},
"tabBar": {
"custom": true,
"color": "#aaa",
"selectedColor": "#39b54a",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/basics/home/home",
"iconPath": "/images/tabbar/basics.png",
"selectedIconPath": "/images/tabbar/basics_cur.png",
"text": "基础"
},
{
"pagePath": "pages/component/home/home",
"iconPath": "/images/tabbar/component.png",
"selectedIconPath": "/images/tabbar/component_cur.png",
"text": "组件"
},
{
"pagePath": "pages/plugin/home/home",
"iconPath": "/images/tabbar/plugin.png",
"selectedIconPath": "/images/tabbar/plugin_cur.png",
"text": "扩展"
},
{
"pagePath": "pages/about/home/home",
"iconPath": "/images/tabbar/about.png",
"selectedIconPath": "/images/tabbar/about_cur.png",
"text": "关于"
}
]
}
}