10 Star 126 Fork 95

h5ve/h5ve-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 2.75 KB
一键复制 编辑 原始数据 按行查看 历史
h5ve 提交于 2025-02-13 14:52 +08:00 . add:h5ve-app v2.0
{
"pages": [{
"path": "pages/tabBar/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/tabBar/found/found",
"style": {
"navigationBarTitleText": "发现",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/tabBar/found/detail",
"style": {
"navigationBarTitleText": "发现详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/tabBar/message/message",
"style": {
"navigationBarTitleText": "消息",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/tabBar/profile/profile",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/tabBar/profile/edit",
"style": {
"navigationBarTitleText": "个人信息",
"navigationStyle": "custom"
}
},
{
"path": "pages/account/index",
"style": {
"navigationBarTitleText": "账号管理",
"navigationStyle": "custom"
}
},
{
"path": "pages/account/edit",
"style": {
"navigationBarTitleText": "修改密码",
"navigationStyle": "custom"
}
},
{
"path": "pages/feedback/index",
"style": {
"navigationBarTitleText": "反馈与建议",
"navigationStyle": "custom"
}
},
{
"path": "pages/version/index",
"style": {
"navigationBarTitleText": "版本",
"navigationStyle": "custom"
}
},
{
"path": "pages/entrance/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/webview/index"
},
{
"path": "pages/entrance/register",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "H5VE",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#333333",
"selectedColor": "#679beb",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabBar/index/index",
"text": "首页",
"iconPath": "static/images/tabBar/index.png",
"selectedIconPath": "/static/images/tabBar/index@.png"
},
{
"pagePath": "pages/tabBar/found/found",
"text": "发现",
"iconPath": "static/images/tabBar/found.png",
"selectedIconPath": "/static/images/tabBar/found@.png"
},
{
"pagePath": "pages/tabBar/message/message",
"text": "消息",
"iconPath": "static/images/tabBar/message.png",
"selectedIconPath": "/static/images/tabBar/message@.png"
},
{
"pagePath": "pages/tabBar/profile/profile",
"text": "我的",
"iconPath": "static/images/tabBar/profile.png",
"selectedIconPath": "/static/images/tabBar/profile@.png"
}
]
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/h5ve/h5ve-app.git
git@gitee.com:h5ve/h5ve-app.git
h5ve
h5ve-app
h5ve-app
master

搜索帮助