BluetoothDemo/bluetooth_demo_L08_NSDK/app.json

15 lines
305 B
JSON
Raw Permalink Normal View History

2023-10-17 15:36:02 +08:00
{
"pages": [
"pages/index/index"
],
"window": {
"navigationBarBackgroundColor": "#0082FE",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "蓝牙连接Demo",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}