1 Star 18 Fork 4

连一铭/pet-life

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.51 KB
一键复制 编辑 原始数据 按行查看 历史
连一铭 提交于 2022-02-23 14:31 . first commit
{
// "permission": {
// "scope.userLocation": {
// "desc": "你的位置信息将用于小程序位置接口的效果展示"
// }
// },
"pages": [
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "宠物圈"
}
},
{
"path": "pages/community/index",
"style": {
"navigationBarTitleText": "宠物社区"
}
},
{
"path": "pages/user/my",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/detail",
"style": {
"navigationBarTitleText": "宠物详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/find/index",
"style": {
"navigationBarTitleText": "寻宠"
}
},
{
"path": "pages/find/detail",
"style": {
"navigationBarTitleText": "寻宠详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/add",
"style": {
"navigationBarTitleText": "发布领养",
"enablePullDownRefresh": false
}
},
{
"path": "pages/find/add",
"style": {
"navigationBarTitleText": "发布寻宠",
"enablePullDownRefresh": false
}
},
{
"path": "pages/community/add",
"style": {
"navigationBarTitleText": "发布动态",
"enablePullDownRefresh": false
}
},
{
"path": "pages/community/detail",
"style": {
"navigationBarTitleText": "宠物圈详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/cyclopedia/index",
"style": {
"navigationBarTitleText": "宠物科普"
}
},
{
"path": "pages/cyclopedia/detail",
"style": {
"navigationBarTitleText": "科普详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/other/card",
"style": {
"navigationBarTitleText": "打卡签到",
"enablePullDownRefresh": false
}
},
{
"path": "pages/path/adoptPath",
"style": {
"navigationBarTitleText": "领养流程",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人主页",
"enablePullDownRefresh": false
}
},
{
"path": "pages/article/index",
"style": {
"navigationBarTitleText": "文章列表"
}
},
{
"path": "pages/article/detail",
"style": {
"navigationBarTitleText": "文章详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/author/index",
"style": {
"navigationBarTitleText": "作者想说",
"enablePullDownRefresh": false
}
},
{
"path": "pages/chat/index",
"style": {
"navigationBarTitleText": "消息列表"
}
},
{
"path": "pages/chat/detail",
"style": {
"navigationBarTitleText": "消息详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/follow",
"style": {
"navigationBarTitleText": "关注列表"
}
},
{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "用户登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/register",
"style": {
"navigationBarTitleText": "用户注册",
"enablePullDownRefresh": false
}
},
{
"path": "pages/other/answer",
"style": {
"navigationBarTitleText": "答题赢奖"
}
},
{
"path": "pages/other/answer-record",
"style": {
"navigationBarTitleText": "答题记录"
}
},
{
"path": "pages/user/collect",
"style": {
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "pages/map/index",
"style": {
"navigationBarTitleText": "导航",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"enablePullDownRefresh": true
},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#000000",
"selectedColor": "#ffaa00",
"list": [
{
"pagePath": "pages/home/index",
"iconPath":"static/tabber/home.png",
"text": "领养",
"selectedIconPath":"static/tabber/home_selected.png"
},
{
"pagePath": "pages/find/index",
"iconPath":"static/tabber/find-pet.png",
"text": "寻宠",
"selectedIconPath":"static/tabber/find-pet_selected.png"
},
{
"pagePath": "pages/community/index",
"iconPath":"static/tabber/circle.png",
"text": "宠物社区",
"selectedIconPath":"static/tabber/circle_selected.png"
},
{
"pagePath": "pages/user/my",
"iconPath":"static/tabber/my.png",
"text": "我的",
"selectedIconPath":"static/tabber/my_selected.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lianyiming/pet-life.git
git@gitee.com:lianyiming/pet-life.git
lianyiming
pet-life
pet-life
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385