1 Star 0 Fork 1

matt151016/aliyun-wxApp

forked from WhutWzh/aliyun-wxApp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
WhutWzh 提交于 2021-09-26 15:40 . 20210926 添加了一台新设备
{
"pages": [
"pages/index/index",
"pages/realTime/realTime",
"pages/history/history",
"pages/mine/mine",
"pages/echarts/echarts",
"pages/line/line",
"pages/multiCharts/index",
"pages/logs/logs",
"pages/queryResultPage/queryResultPage",
"pages/realTimeD81L/realTimeD81L"
],
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "icon/_home.png",
"selectedIconPath": "icon/home.png"
},
{
"pagePath": "pages/realTime/realTime",
"text": "实时",
"iconPath": "icon/_realTime.png",
"selectedIconPath": "icon/realTime.png"
},
{
"pagePath": "pages/history/history",
"text": "历史",
"iconPath": "icon/_search.png",
"selectedIconPath": "icon/search.png"
},
{
"pagePath": "pages/echarts/echarts",
"text": "图表",
"iconPath": "icon/_echarts.png",
"selectedIconPath": "icon/echarts.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "并条机数据监测平台",
"navigationBarTextStyle": "black",
"backgroundColor": "#0000ff"
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/matt151016/aliyun-wx-app.git
[email protected]:matt151016/aliyun-wx-app.git
matt151016
aliyun-wx-app
aliyun-wxApp
v1.5

搜索帮助