1 Star 1 Fork 16

tommytdm/unielepy

forked from lybbn/unielepy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 3.47 KB
一键复制 编辑 原始数据 按行查看 历史
lybbn 提交于 2023-02-01 11:40 . 【新增】昵称设置页
{
"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字体显示
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tommytdm/unielepy.git
git@gitee.com:tommytdm/unielepy.git
tommytdm
unielepy
unielepy
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385