1 Star 0 Fork 1

Anthony/schedule

forked from hardk33/schedule 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
hardk33 提交于 2020-09-06 14:04 . 完成
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "添加安排"
}
},
{
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "任务清单"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "个人设置"
}
},
{
"path": "pages/edit/edit",
"style": {
"navigationBarTitleText": "重新编辑"
}
},
{
"path": "pages/overdue/overdue",
"style": {
"navigationBarTitleText": "已过期日程"
}
}
],
"tabBar": {
"selectedColor": "#2abb9b",
"borderStyle": "black",
"backgroundColor":"#FFFFFF",
"fontSize":"13px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/image/edit@2x.png",
"selectedIconPath": "static/image/edit@2x.png",
"text": "添加"
}, {
"pagePath": "pages/list/list",
"iconPath": "static/image/to-do-list.png",
"selectedIconPath": "static/image/to-do-list.png",
"text": "清单"
},
{
"pagePath": "pages/overdue/overdue",
"iconPath": "static/image/workbook@3x.png",
"selectedIconPath": "static/image/workbook@3x.png",
"text": "过期清单"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "必",
"navigationBarBackgroundColor": "#4daf7c",
"backgroundColor": "#F8F8F8"
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bluerangela/schedule.git
git@gitee.com:bluerangela/schedule.git
bluerangela
schedule
schedule
master

搜索帮助