Files
akbleserver/pages.json
2026-03-16 10:37:46 +08:00

36 lines
685 B
JSON

{
"pages": [
// {
// "path": "pages/alldevices",
// "style": {
// "navigationBarTitleText": "全体都有"
// }
// }
// ,
// {
// "path": "components/blecommu",
// "style": {
// "navigationBarTitleText": "蓝牙通信"
// }
// },
{
"path": "pages/akbletest",
"style": {
"navigationBarTitleText": "akble"
}
}
// {
// "path": "pages/control",
// "style": {
// "navigationBarTitleText": "uni-app x"
// }
// }
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "体测训练",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}