5 Star 19 Fork 9

小强哥/YouRanSNS for Fresns 场景化 SNS 解决方案

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 7.16 KB
一键复制 编辑 原始数据 按行查看 历史
小强哥 提交于 2024-07-15 11:17 . v1.4.9
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/navigation/diy_1",
"style" :
{
"navigationBarTitleText" : "悠然创业社区",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/navigation/diy_2",
"style" :
{
"navigationBarTitleText" : "%detail%",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/navigation/diy_3",
"style" :
{
"navigationBarTitleText" : "%detail%",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/user/detail",
"style" :
{
"navigationBarTitleText" : "%detail%",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/post/detail",
"style" :
{
"navigationBarTitleText" : "%detail%",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/pages/video",
"style" :
{
"navigationBarTitleText" : "%video%",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/group/detail",
"style" :
{
"navigationBarTitleText" : "%detail%",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/hashtag/detail",
"style" :
{
"navigationBarTitleText" : "%detail%",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/post/listLike",
"style" :
{
"navigationBarTitleText" : "%detail%",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/pages/webView",
"style" :
{
"navigationBarTitleText" : "%detail%",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/pages/loginOrRegister",
"style" :
{
"navigationBarTitleText" : "%accountLoginOrRegister%",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/editor/editor",
"style" :
{
"navigationBarTitleText" : "%editor%",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText" : "%search%",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/pages/accountSettings",
"style" :
{
"navigationBarTitleText" : "%settingAccount%",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/notification/notification",
"style" :
{
"navigationBarTitleText" : "%message%",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/my/my",
"style" :
{
"navigationBarTitleText" : "%userCurrent%",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/notification/system",
"style" :
{
"navigationBarTitleText" : "%systemNotifications%"
}
},
{
"path" : "pages/notification/mention",
"style" :
{
"navigationBarTitleText" : "%notificationMentioned%"
}
},
{
"path" : "pages/comment/detail",
"style" :
{
"navigationBarTitleText" : "%detail%"
}
},
{
"path" : "pages/notification/comment",
"style" :
{
"navigationBarTitleText" : "%notificationCommented%"
}
},
{
"path" : "pages/notification/conversation",
"style" :
{
"navigationBarTitleText" : "%detail%"
}
},
{
"path" : "pages/post/detailChat",
"style" :
{
"navigationBarTitleText" : "%detail%"
}
},
{
"path" : "pages/my/post",
"style" :
{
"navigationBarTitleText" : "%myPost%"
}
},
{
"path" : "pages/my/comment",
"style" :
{
"navigationBarTitleText" : "%myComment%"
}
},
{
"path" : "pages/my/checkVersion",
"style" :
{
"navigationBarTitleText" : "%checkVersion%"
}
},
{
"path" : "pages/my/weChatLogin",
"style" :
{
"navigationBarTitleText" : "%detail%"
}
},
{
"path" : "pages/my/userSelection",
"style" :
{
"navigationBarTitleText" : "%detail%"
}
},
{
"path" : "pages/my/weChatBangDing",
"style" :
{
"navigationBarTitleText" : "微信绑定"
}
},
{
"path" : "pages/pages/extendWebView",
"style" :
{
"navigationBarTitleText" : "%detail%"
}
},
{
"path" : "pages/draft/draft",
"style" :
{
"navigationBarTitleText" : "%postDraft%"
}
},
{
"path" : "pages/my/followPost",
"style" :
{
"navigationBarTitleText" : "我收藏的帖子"
}
},
{
"path" : "pages/my/followUser",
"style" :
{
"navigationBarTitleText" : "我关注的人"
}
},
{
"path" : "pages/my/userBusinessCard",
"style" :
{
"navigationBarTitleText" : "我的名片"
}
},
{
"path" : "pages/pages/diy_1",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/pages/diy_2",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/pages/diy_3",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/pages/diy_4",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/pages/diy_5",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/pages/diy_6",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/pages/diy_7",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/pages/diy_8",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/pages/diy_9",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/pages/diy_10",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/me/login/oauth-website",
"style" :
{
"navigationBarTitleText" : "网页授权"
}
},
{
"path" : "pages/pages/miniProgram",
"style" :
{
"navigationBarTitleText" : "跳转中"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Youransns",
"navigationBarBackgroundColor": "#ffe60f",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"borderStyle": "black",
"selectedColor": "#000000",
"color": "#000000",
"list": [{
"pagePath": "pages/navigation/diy_1",
"iconPath": "static/index.png",
"selectedIconPath": "static/index_Hover.png",
"text": "%home%"
},
{
"pagePath": "pages/navigation/diy_2",
"iconPath": "static/FenLei.png",
"selectedIconPath": "static/FenLei_Hover.png",
"text": "%group%"
},
{
"pagePath": "pages/navigation/diy_3",
"iconPath": "static/FaXian.png",
"selectedIconPath": "static/FaXian_Hover.png",
"text": "发现"
},
{
"pagePath": "pages/notification/notification",
"iconPath": "static/XiaoXi.png",
"selectedIconPath": "static/XiaoXi_Hover.png",
"text": "%message%"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/WoDe.png",
"selectedIconPath": "static/WoDe_Hover.png",
"text": "我的"
}
]
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zjkxiaoqiangge/you-ran-sns.git
[email protected]:zjkxiaoqiangge/you-ran-sns.git
zjkxiaoqiangge
you-ran-sns
YouRanSNS for Fresns 场景化 SNS 解决方案
master

搜索帮助