3 Star 3 Fork 3

毕家钦/data_visual_bluetooth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
毕家钦 提交于 2021-07-09 19:27 . the first commit
{
"pages": [
"pages/login/login",
"pages/data/data",
"pages/devConn/devConn",
"pages/userCenter/userCenter"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"color": "#929292",
"selectedColor": "#ffffff",
"borderStyle": "black",
"backgroundColor": "#69C3AA",
"list": [
{
"pagePath": "pages/data/data",
"text": "数据",
"iconPath": "image/data_false.png",
"selectedIconPath": "image/data_true.png"
},
{
"pagePath": "pages/devConn/devConn",
"text": "设备连接",
"iconPath": "image/devConn_false.png",
"selectedIconPath": "image/devConn_true.png"
},
{
"pagePath": "pages/userCenter/userCenter",
"text": "个人中心",
"iconPath": "image/userCenter_false.png",
"selectedIconPath": "image/userCenter_true.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jiaqinbi/data_visual_bluetooth.git
git@gitee.com:jiaqinbi/data_visual_bluetooth.git
jiaqinbi
data_visual_bluetooth
data_visual_bluetooth
master

搜索帮助