加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 967 Bytes
一键复制 编辑 原始数据 按行查看 历史
sleepforests 提交于 2024-10-21 17:13 . add ui
{
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/profile/profile",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3c9cff",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"fontSize": "12px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabs/shouye.png",
"selectedIconPath": "static/tabs/shouye2.png",
"text": "首页"
},
{
"pagePath": "pages/profile/profile",
"iconPath": "static/tabs/wode.png",
"selectedIconPath": "static/tabs/wode2.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化