代码拉取完成,页面将自动刷新
同步操作将从 lybbn/unielepy 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [//pages数组中第一项表示应用启动页
{
"path": "pages/index/index",//首页路径
"style": {
"navigationBarTitleText": "首页",//顶部字体显示
"navigationBarBackgroundColor":"#FFFFFF",
"navigationBarTextStyle":"black"
// "navigationStyle": "custom" // 隐藏系统导航栏
}
},
{
"path": "pages/upgradeapp/upgrade-popup",//app检查更新提示
"style": {
"disableScroll": true,
"app-plus": {
"backgroundColorTop": "transparent",
"background": "transparent",
"titleNView": false,
"scrollIndicator": false,
"popGesture": "none",
"animationType": "fade-in",
"animationDuration": 200
}
}
},
{
"path": "pages/content/webview", //路径
"style": {
"navigationBarTitleText": "unielepy" //顶部字体显示
}
},
{
"path": "pages/content/richtext", //路径
"style": {
"navigationBarTitleText": "详情" //顶部字体显示
}
},
{
"path": "pages/content/richtextonline", //路径
"style": {
"navigationBarTitleText": "unielepy" //顶部字体显示
// "navigationBarBackgroundColor": "#15122D",//颜色
}
},
{
"path": "pages/invite/invite",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/pwdreset/pwdreset",
"style": {
"navigationBarTitleText": "重置密码"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录注册",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
{
"path": "pages/my/index",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": ""
}
},
{
"path": "pages/message/notice",
"style": {
"navigationBarTitleText": "我的消息",
"enablePullDownRefresh":true,//下拉刷新
"onReachBottomDistance": 60
}
},
{
"path": "pages/message/noticedetail",//路径
"style": {
"navigationBarTitleText": "消息详情"//顶部字体显示
}
},
{
"path": "pages/my/myinfo",//路径
"style": {
// "navigationStyle": "custom" ,// 隐藏系统导航栏
// "navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
"navigationBarTitleText": "个人信息"//顶部字体显示
}
},
{
"path": "pages/my/setnick",//路径
"style": {
"navigationBarTitleText": "昵称"//顶部字体显示
}
}
],
"globalStyle": {//全局外观配置
"navigationBarTextStyle": "black",
"navigationBarTitleText": "unielepy",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#fff",
"app-plus": {
"background": "#fff"
}
},
"tabBar":{//底部导航
"color":"#9B9B9B",
"selectedColor":"#121212",
"borderStyle":"#D0DBD9",
"backgroundColor":"#FFFFFF",
"list":[
{
"pagePath":"pages/index/index",//页面路径
"iconPath":"static/unielepystatic/img/tabbar/icon-index-unselect.png",//未选中tab图标路径
"selectedIconPath":"static/unielepystatic/img/tabbar/icon-index-select.png",//选中tab图标路径
"text":"首页"//tab字体显示
},
{
"pagePath":"pages/my/index",//页面路径
"iconPath":"static/unielepystatic/img/tabbar/icon-my-unselect.png",//未选中tab图标路径
"selectedIconPath":"static/unielepystatic/img/tabbar/icon-my-select.png",//选中tab图标路径
"text":"我的"//tab字体显示
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。