1 Star 7 Fork 5

BAD_CODE/tm-vuetify-live

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
kviewui 提交于 2022-01-14 11:46 . 优化附近页面暗黑模式适配
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabbar/live/index",
"style": {
"navigationBarTitleText": "uni-app",
"navigationStyle":"custom"
}
},
{
"path": "pages/tabbar/nearby/index",
"style": {
"navigationBarTitleText": "附近",
"navigationStyle":"custom"
}
},
{
"path": "pages/tabbar/follow/index",
"style": {
"navigationBarTitleText": "关注",
"navigationStyle":"custom"
}
},
{
"path": "pages/tabbar/mine/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle":"custom"
}
}
],
"subPackages": [{
"root":"pages/message/",
"pages": [{
"path":"chat",
"style": {
"navigationStyle":"custom"
}
}]
}, {
"root":"pages/live/",
"pages": [{
"path":"index",
"style": {
"navigationStyle":"custom"
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "white",
"backgroundColor": "#F8F8F8",
// #ifdef H5
"height":"116px",
// #endif
// "iconWidth":"116px",
"list": [{
"pagePath":"pages/tabbar/live/index",
// "text":"直播",
"iconPath":"static/tabbar/live.png",
"selectedIconPath":"static/tabbar/live-active.png"
}, {
"pagePath":"pages/tabbar/nearby/index",
// "text":"附近",
"iconPath":"static/tabbar/nearby.png",
"selectedIconPath":"static/tabbar/nearby-active.png"
}, {
"pagePath":"pages/tabbar/follow/index",
// "text":"关注",
"iconPath":"static/tabbar/follow.png",
"selectedIconPath":"static/tabbar/follow-active.png"
}, {
"pagePath":"pages/tabbar/mine/index",
// "text":"我的",
"iconPath":"static/tabbar/mine.png",
"selectedIconPath":"static/tabbar/mine-active.png"
}]
},
"easycom": {
"autoscan":true,
"custom": {
"tm-(.*)":"@/tm-vuetify/components/tm-$1/tm-$1.vue"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bad_-code/tm-vuetify-live.git
git@gitee.com:bad_-code/tm-vuetify-live.git
bad_-code
tm-vuetify-live
tm-vuetify-live
master

搜索帮助