2 Star 0 Fork 0

Kang/HBuilderX

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
Kang 提交于 2024-05-27 19:37 . 上传
{
"pages": [{
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#02A774",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#02A774",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/userdetail/userdetail",
"style": {
"navigationBarTitleText": "个人详情",
"navigationBarBackgroundColor": "#02A774",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/product/product",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#02A774"
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/result/result",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/components/swiper/swiper",
"style": {
"navigationBarTitleText": "轮播"
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/icon/首页 (1).png",
"selectedIconPath": "static/icon/首页.png",
"text": "首页"
}, {
"pagePath": "pages/search/search",
"iconPath": "static/icon/搜索.png",
"selectedIconPath": "static/icon/搜索 (1).png",
"text": "搜索"
},
{
"pagePath": "pages/order/order",
"iconPath": "static/icon/订单.png",
"selectedIconPath": "static/icon/订单 (1).png",
"text": "订单"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/icon/我的.png",
"selectedIconPath": "static/icon/我的 (1).png",
"text": "我的"
}
]
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kang5264222/hbuilder-x.git
git@gitee.com:kang5264222/hbuilder-x.git
kang5264222
hbuilder-x
HBuilderX
master

搜索帮助