mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-06-29 23:49:14 +08:00
23 lines
511 B
JSON
23 lines
511 B
JSON
{
|
|
"pages":[
|
|
"pages/dashboard/index",
|
|
"pages/btn/index",
|
|
"pages/badge/index",
|
|
"pages/cell/index",
|
|
"pages/label/index",
|
|
"pages/loadmore/index",
|
|
"pages/panel/index",
|
|
"pages/tab/index",
|
|
"pages/quantity/index",
|
|
"pages/toptips/index",
|
|
"pages/steps/index"
|
|
],
|
|
"window":{
|
|
"navigationBarBackgroundColor": "#FAFAFA",
|
|
"navigationBarTitleText": "WeChat",
|
|
"navigationBarTextStyle":"black",
|
|
"backgroundTextStyle":"dark",
|
|
"backgroundColor": "#f9f9f9"
|
|
}
|
|
}
|