mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
30 lines
710 B
JSON
30 lines
710 B
JSON
{
|
|
"pages":[
|
|
"example/dashboard/index",
|
|
"example/btn/index",
|
|
"example/badge/index",
|
|
"example/cell/index",
|
|
"example/label/index",
|
|
"example/loadmore/index",
|
|
"example/panel/index",
|
|
"example/tab/index",
|
|
"example/quantity/index",
|
|
"example/toptips/index",
|
|
"example/helper/index",
|
|
"example/form/index",
|
|
"example/steps/index",
|
|
"example/card/index",
|
|
"example/toast/index",
|
|
"example/icon/index",
|
|
"example/dialog/index"
|
|
],
|
|
"window":{
|
|
"navigationBarBackgroundColor": "#FAFAFA",
|
|
"navigationBarTitleText": "ZanUI",
|
|
"navigationBarTextStyle":"black",
|
|
"backgroundTextStyle":"dark",
|
|
"backgroundColor": "#f9f9f9"
|
|
},
|
|
"debug": true
|
|
}
|