You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
492 B
15 lines
492 B
9 months ago
|
{
|
||
|
"enablePullDownRefresh": true,
|
||
|
"navigationBarTextStyle": "white",
|
||
|
"navigationStyle": "custom",
|
||
|
"backgroundColor": "#f8f8f8",
|
||
|
"backgroundColorTop": "#00000",
|
||
|
"backgroundColorBottom": "#f8f8f8",
|
||
|
"usingComponents": {
|
||
|
"uni-nav-bar": "/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar",
|
||
|
"uni-icons": "/uni_modules/uni-icons/components/uni-icons/uni-icons",
|
||
|
"scan": "/components/scan",
|
||
|
"scan1": "/components/scan1",
|
||
|
"logout": "/components/logout"
|
||
|
}
|
||
|
}
|