mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
40 lines
961 B
JSON
40 lines
961 B
JSON
{
|
|
"pages": [
|
|
"pages/dashboard/index",
|
|
"pages/actionsheet/index",
|
|
"pages/button/index",
|
|
"pages/checkbox/index",
|
|
"pages/badge/index",
|
|
"pages/card/index",
|
|
"pages/cell/index",
|
|
"pages/dialog/index",
|
|
"pages/field/index",
|
|
"pages/common/index",
|
|
"pages/icon/index",
|
|
"pages/layout/index",
|
|
"pages/loading/index",
|
|
"pages/notice-bar/index",
|
|
"pages/panel/index",
|
|
"pages/popup/index",
|
|
"pages/radio/index",
|
|
"pages/stepper/index",
|
|
"pages/steps/index",
|
|
"pages/switch/index",
|
|
"pages/search/index",
|
|
"pages/tab/index",
|
|
"pages/tag/index",
|
|
"pages/toptips/index",
|
|
"pages/toast/index",
|
|
"pages/tree-select/index",
|
|
"pages/datetime/index"
|
|
],
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#FAFAFA",
|
|
"navigationBarTitleText": "vant-weapp",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundTextStyle": "dark",
|
|
"backgroundColor": "#f8f8f8"
|
|
},
|
|
"debug": true
|
|
}
|