BluetoothDemo/app.json

17 lines
356 B
JSON

{
"pages": [
"pages/index/index",
"pages/PCD01PRO/index",
"pages/PCH0809/index"
],
"window": {
"navigationBarBackgroundColor": "#0082FE",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "蓝牙连接Demo",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}