13 changed files with 343 additions and 210 deletions
File diff suppressed because one or more lines are too long
@ -1,7 +1,13 @@ |
|||
{ |
|||
"usingComponents": { |
|||
"wux-picker": "../../../../../dist/picker/index" |
|||
"wux-picker": "../../../../../dist/picker/index", |
|||
"wux-icon": "../../../../../dist/icon/index" |
|||
|
|||
}, |
|||
"navigationBarBackgroundColor": "#e33131", |
|||
"navigationBarTextStyle": "white" |
|||
"navigationStyle": "custom", |
|||
"navigationBarTextStyle": "white", |
|||
"enablePullDownRefresh": true, |
|||
"backgroundColor": "#f8f8f8", |
|||
"backgroundTextStyle": "dark" |
|||
|
|||
} |
After Width: | Height: | Size: 38 KiB |
Loading…
Reference in new issue