STM32_KQZLJC/minicode-1/app.json

19 lines
393 B
JSON

{
"pages":[
"index/index",
"pages/bluetooth/bluetooth",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#667eea",
"navigationBarTitleText": "传感器监控",
"navigationBarTextStyle":"white"
},
"permission":{
"scope.bluetooth":{
"desc":"需要使用蓝牙功能连接传感器设备"
}
}
}