1 Star 0 Fork 0

Even/baidu-push-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
Even 提交于 2024-11-26 16:26 +08:00 . 新增监控页面
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "default"
}
},
{
"path": "pages/push/push",
"style": {
"navigationBarTitleText": "推送",
"navigationStyle": "custom"
}
},
{
"path": "pages/monitor/monitor",
"style": {
"navigationBarTitleText": "监控",
"navigationStyle": "custom"
}
},
{
"path": "pages/history/history",
"style": {
"navigationBarTitleText": "历史",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
}
],
"tabBar": {
"color": "#7A7E83",
"height": 50,
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"fontSize": "10px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/img/home.png",
"selectedIconPath": "static/img/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/push/push",
"iconPath": "static/img/push.png",
"selectedIconPath": "static/img/push-active.png",
"text": "推送"
},
{
"pagePath": "pages/monitor/monitor",
"iconPath": "static/img/monitor.png",
"selectedIconPath": "static/img/monitor-active.png",
"text": "监控"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/img/my.png",
"selectedIconPath": "static/img/my-active.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "百度URL推送",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/EvenToss/baidu-push-app.git
[email protected]:EvenToss/baidu-push-app.git
EvenToss
baidu-push-app
baidu-push-app
master

搜索帮助