You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
666 B
27 lines
666 B
{
|
|
"pages":[
|
|
"pages/wxml/index",
|
|
"pages/index/index"
|
|
],
|
|
"window":{
|
|
"backgroundTextStyle":"light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Wxml2Canvas",
|
|
"navigationBarTextStyle":"black"
|
|
},
|
|
|
|
"tabBar": {
|
|
"color": "#444444",
|
|
"selectedColor": "#000000",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"position": "top",
|
|
"list": [{
|
|
"text": "wxml转canvas",
|
|
"pagePath": "pages/wxml/index"
|
|
}, {
|
|
"text": "配置生成",
|
|
"pagePath": "pages/index/index"
|
|
}]
|
|
}
|
|
} |