vant-weapp/example/app.json
Yao 31e9bb83e8
[new feature] Actionsheet: 新增行动按钮组件 (#97)
* actionsheet init

* actionsheet process

* action sheet 功能补齐

* 增加 actionsheet readme

* 增加示例入口

* 增加标题配置
2018-01-01 16:41:30 +08:00

37 lines
874 B
JSON

{
"pages": [
"pages/dashboard/index",
"pages/actionsheet/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
}