59 Star 410 Fork 93

汇溪和他们的小伙伴们 / 微距 uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 5.21 KB
一键复制 编辑 原始数据 按行查看 历史
叶秋 提交于 2021-12-10 11:47 . 动态列表
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/notifications/notifications",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/welcome/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"disableScroll": true
}
}, {
"path": "pages/showPage/showPage",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/streams/stream3",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/message/message",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/profiles/Profiles",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/welcome/welcome/welcome",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"disableScroll": true
}
}
, {
"path": "pages/welcome/forgotPassword/forgotPassword",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"disableScroll": true
}
}, {
"path": "pages/welcome/signUp/signUp",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"disableScroll": true
}
}, {
"path": "pages/welcome/enableNotifications/enableNotifications",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"disableScroll": true
}
}, {
"path": "pages/welcome/inviteFriends/inviteFriends",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/home/home2",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/home/home3",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/home/home4",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/home/home5",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/home/home6",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/other/search",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/streams/stream1",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"disableScroll": true
}
}, {
"path": "pages/streams/stream2",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"disableScroll": true
}
}
, {
"path": "pages/other/postDetails",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/notifications/dynamicDetail",
"style" :
{
"navigationBarTitleText": "动态详情",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
],
"tabBar": {
"color": "#8e8e93",
"selectedColor": "#f54b64",
"borderStyle": "black",
"backgroundColor": "#20242f",
"list": [{
"pagePath": "pages/notifications/notifications",
"iconPath": "static/img/tabbar_icon/notifications1.png",
"selectedIconPath": "static/img/tabbar_icon/notificationsActive1.png",
"text": "动态"
}, {
"pagePath": "pages/profiles/Profiles",
"iconPath": "static/img/tabbar_icon/profiles.png",
"selectedIconPath": "static/img/tabbar_icon/profilesActive.png",
"text": "我"
}]
},
// {
// "pagePath": "pages/home/home",
// "iconPath": "static/img/tabbar_icon/index.png",
// "selectedIconPath": "static/img/tabbar_icon/indexActive.png",
// "text": "首页"
// },
// {
// "pagePath": "pages/message/message",
// "iconPath": "static/img/tabbar_icon/message.png",
// "selectedIconPath": "static/img/tabbar_icon/messageActive.png",
// "text": "消息"
// },
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "微距",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
JavaScript
1
https://gitee.com/huixi_and_their_friends/weiju-wechat.git
git@gitee.com:huixi_and_their_friends/weiju-wechat.git
huixi_and_their_friends
weiju-wechat
微距 uni-app
master

搜索帮助