mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
20 lines
431 B
JSON
20 lines
431 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"
|
|
],
|
|
"window":{
|
|
"navigationBarBackgroundColor": "#FAFAFA",
|
|
"navigationBarTitleText": "WeChat",
|
|
"navigationBarTextStyle":"black",
|
|
"backgroundTextStyle":"dark",
|
|
"backgroundColor": "#f9f9f9"
|
|
}
|
|
}
|