Files
coloruicss/template/app.json
Weilanwl bb889509c0 v2.1.2
2019-03-28 23:08:35 +08:00

16 lines
330 B
JSON

{
"pages":[
"pages/index/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "ColorUI",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
}
}