2 Star 23 Fork 10

隐风/love-chat-wx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
隐风 提交于 2023-07-02 20:36 . 统一风格
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/recommend/recommend",
"style": {
"navigationBarTitleText": "浪漫情话",
"backgroundColor": "#eeeeee",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "恋爱话术",
"backgroundColor": "#eeeeee",
"enablePullDownRefresh": false
}
},
{
"path": "component/WebView/WebView",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#0055ff",
"borderStyle": "black",
"backgroundColor": "#ffb2b2",
"height": "60px",
"fontSize": "18px",
"list": [{
"pagePath": "pages/recommend/recommend",
"iconPath": "static/imgs/love1.png",
"selectedIconPath": "static/imgs/love2.png"
},
{
"pagePath": "pages/index/index",
"iconPath": "static/imgs/love3.png",
"selectedIconPath": "static/imgs/love4.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "恋爱话术",
"navigationBarBackgroundColor": "#ffb2b2",
"backgroundColor": "#ffb2b2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yinfeng-code/love-chat-wx.git
git@gitee.com:yinfeng-code/love-chat-wx.git
yinfeng-code
love-chat-wx
love-chat-wx
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385