bluetooch/app.json

15 lines
350 B
JSON
Raw Permalink Normal View History

2022-07-19 10:12:27 +08:00
{
"pages": [
"pages/index/index",
"pages/PCD01PRO/index"
],
"window": {
"navigationBarBackgroundColor": "#0082FE",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "蓝牙连接Demo",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}