mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
36 lines
843 B
JSON
36 lines
843 B
JSON
{
|
|
"pages": [
|
|
"pages/dashboard/index",
|
|
"pages/btn/index",
|
|
"pages/badge/index",
|
|
"pages/capsule/index",
|
|
"pages/card/index",
|
|
"pages/cell/index",
|
|
"pages/dialog/index",
|
|
"pages/field/index",
|
|
"pages/helper/index",
|
|
"pages/icon/index",
|
|
"pages/layout/index",
|
|
"pages/loadmore/index",
|
|
"pages/noticebar/index",
|
|
"pages/panel/index",
|
|
"pages/popup/index",
|
|
"pages/stepper/index",
|
|
"pages/steps/index",
|
|
"pages/switch/index",
|
|
"pages/tab/index",
|
|
"pages/tag/index",
|
|
"pages/toptips/index",
|
|
"pages/toast/index",
|
|
"pages/select/index"
|
|
],
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#FAFAFA",
|
|
"navigationBarTitleText": "ZanUI-WeApp",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundTextStyle": "dark",
|
|
"backgroundColor": "#f9f9f9"
|
|
},
|
|
"debug": true
|
|
}
|