BluetoothDemo/app.json

31 lines
648 B
JSON
Raw Normal View History

2021-12-08 09:18:31 +08:00
{
"pages": [
"pages/index/index",
"pages/PCD01PRO/index",
2022-03-24 11:47:20 +08:00
"pages/PCH0809/index",
"pages/PCF01B/index",
"pages/PCF01proFRK/index",
"pages/PCF08/index",
"pages/PCJ02/index",
"pages/G01/index",
"pages/FB03/index",
"pages/L08/index"
2021-12-08 09:18:31 +08:00
],
"window": {
"navigationBarBackgroundColor": "#0082FE",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "蓝牙连接Demo",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
},
2022-03-24 11:47:20 +08:00
"plugins": {
"sdkPlugin": {
"version": "2.1.0",
"provider": "wx17e93aad47cdae1a"
}
},
2021-12-08 09:18:31 +08:00
"style": "v2",
"sitemapLocation": "sitemap.json"
}