2 Star 0 Fork 4

艺术 / 邻客互动前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 5.44 KB
一键复制 编辑 原始数据 按行查看 历史
nzkd 提交于 2024-01-06 12:34 . 重写登陆
{
"pages": [{
"path": "pages/tabbar/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登陆",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8"
}
},{
"path": "pages/userauth/auth",
"style": {
"navigationBarTitleText": "认证信息",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8"
}
},{
"path": "pages/tabbar/circle",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"backgroundColor": "#101010",
"backgroundColorTop": "#101010",
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/tabbar/add",
"style": {
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"disableScroll": true
}
}, {
"path": "pages/tabbar/notice",
"style": {
"navigationBarTitleText": "消息",
"enablePullDownRefresh": true
}
}, {
"path": "pages/tabbar/center",
"style": {
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}, {
"path": "pages/dynamic/details",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/dynamic/add",
"style": {
"navigationBarTitleText": "创作中心"
}
}, {
"path": "pages/dynamic/rest",
"style": {
"navigationBarTitleText": "",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8",
"disableScroll": true
}
}, {
"path": "pages/circle/details",
"style": {
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
}, {
"path": "pages/circle/add",
"style": {
"navigationBarTitleText": "",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8"
}
}, {
"path": "pages/circle/fans",
"style": {
"navigationBarTitleText": "",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8"
}
}, {
"path": "pages/search/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/user/details",
"style": {
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
}, {
"path": "pages/center/circle",
"style": {
"navigationBarTitleText": "圈子",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8"
}
}, {
"path": "pages/center/examine",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/center/follow",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/center/means",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/center/integral",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8"
}
}, {
"path": "pages/setting/index",
"style": {
"navigationBarTitleText": "设置",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8"
}
}, {
"path": "pages/setting/feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8"
}
}, {
"path": "pages/setting/thank",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8",
"disableScroll": true
}
}, {
"path": "pages/setting/err",
"style": {
"navigationBarTitleText": "",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8",
"navigationStyle": "custom",
"disableScroll": true
}
}, {
"path": "pages/rich-text/index",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/web-view/index",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/userauth/index",
"style": {
"navigationBarTitleText": "认证",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8"
}
}, {
"path": "pages/userauth/info",
"style": {
"navigationBarTitleText": "认证资料",
"backgroundColor": "#f8f8f8",
"navigationBarBackgroundColor": "#f8f8f8"
}
}],
"tabBar": {
"borderStyle": "black",
"color": "#000000",
"selectedColor": "#000000",
"list": [{
"pagePath": "pages/tabbar/index",
"selectedIconPath": "static/img/tabbar/1.png",
"iconPath": "static/img/tabbar/11.png",
"text": "首页"
}, {
"pagePath": "pages/tabbar/circle",
"selectedIconPath": "static/img/tabbar/2.png",
"iconPath": "static/img/tabbar/22.png",
"text": "圈子"
}, {
"pagePath": "pages/tabbar/add",
"selectedIconPath": "static/img/tabbar/add.png",
"iconPath": "static/img/tabbar/add.png",
"text": ""
}, {
"pagePath": "pages/tabbar/notice",
"selectedIconPath": "static/img/tabbar/3.png",
"iconPath": "static/img/tabbar/33.png",
"text": "消息"
}, {
"pagePath": "pages/tabbar/center",
"selectedIconPath": "static/img/tabbar/4.png",
"iconPath": "static/img/tabbar/44.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}
1
https://gitee.com/snq3344/lnk-applet.git
git@gitee.com:snq3344/lnk-applet.git
snq3344
lnk-applet
邻客互动前端
master

搜索帮助