BluetoothDemo/bluetooth_demo_T01/app.json

15 lines
305 B
JSON
Raw Normal View History

2025-05-30 09:49:28 +08:00
{
"pages": [
"pages/index/index"
],
"window": {
"navigationBarBackgroundColor": "#0082FE",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "蓝牙连接Demo",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}