wx2
Version:
微信小程序 转换 百度小程序
73 lines • 1.93 kB
JSON
{
"pages": [
"pages/index/index",
"pages/extend/extend",
"pages/drawer/drawer",
"pages/my/my",
"pages/maps/maps"
],
"subpackages": [
{
"root": "pages/basic-view/",
"pages": [
"color/color",
"button/button"
]
},
{
"root": "pages/extend-view/",
"pages": [
"msgtips/msgtips",
"sticky/sticky",
"keyboard/keyboard"
]
}
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#5677FC",
"navigationBarTitleText": "Thor UI",
"navigationBarTextStyle": "white",
"backgroundColorTop": "#fafafa",
"backgroundColorBottom": "#fafafa"
},
"tabBar": {
"color": "#666666",
"list": [
{
"pagePath": "pages/index/index",
"text": "code",
"iconPath": "static/images/tabbar/code_gray.png",
"selectedIconPath": "static/images/tabbar/code_active.png"
},
{
"pagePath": "pages/extend/extend",
"text": "extend",
"iconPath": "static/images/tabbar/extend_gray.png",
"selectedIconPath": "static/images/tabbar/extend_active.png"
}
]
},
"_swanEnv": {
"tabBar": {
"color": "#aaaaaa",
"list": [
{
"pagePath": "pages/index1/index1",
"text": "code2"
}
]
}
},
"_testEnv": {
"tabBar": {
"color": "#aaaaaa",
"list": [
{
"pagePath": "pages/index1/index1",
"text": "code2"
}
]
}
}
}