2025-03-18 08:46:50 +08:00

167 lines
4.1 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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/my/balance",
"style": {
"navigationBarTitleText": "我的余额"
}
},
{
"path": "pages/pay/recharge",
"style": {
"navigationBarTitleText": "余额充值"
}
},
{
"path": "pages/my/feedback",
"style": {
"navigationBarTitleText": "意见反馈"
}
},
{
"path": "pages/my/helplist",
"style": {
"navigationBarTitleText": "帮助中心"
}
},
{
"path": "pages/my/kefu",
"style": {
"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字体显示
}
]
}
}