Files
yimo-resource-blog/pages.json
2026-07-29 14:35:13 +08:00

239 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [{
"path": "pages/index",
"style": {
"navigationBarTitleText": "南音博客",
"navigationStyle": "custom"
}
}
// ,{
// "path": "pages/login",
// "style": {
// "navigationBarTitleText": "登录"
// }
// }
, {
"path": "pages/search/index",
"style": {
"navigationBarTitleText": "文章搜索",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path" : "pages/blog/bloginfo",
"style" :
{
"navigationBarTitleText" : "文章详情",
"navigationStyle": "custom"
}
},
{
"path" : "pages/blog/resource",
"style" :
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/tool/index",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/tool/highQualityCode",
"style" :
{
"navigationBarTitleText" : "精品源码",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/tool/freeCode",
"style" :
{
"navigationBarTitleText" : "免费源码",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/tool/integralCode",
"style" :
{
"navigationBarTitleText" : "积分源码",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/tool/resource",
"style" :
{
"navigationBarTitleText" : "资源库",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/tool/software",
"style" :
{
"navigationBarTitleText" : "资源分享",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/tool/wallpaper",
"style" :
{
"navigationBarTitleText" : "精美壁纸",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/tool/exchange",
"style" :
{
"navigationBarTitleText" : "积分兑换",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/tool/computer",
"style" :
{
"navigationBarTitleText" : "电脑壁纸",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/mine/guanzhu",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/mine/integral_record",
"style" :
{
"navigationBarTitleText" : "积分记录",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/mine/virtual_orders",
"style" :
{
"navigationBarTitleText" : "我的订单",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/mine/exchange_records",
"style" :
{
"navigationBarTitleText" : "兑换记录",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/tool/avatar",
"style" :
{
"navigationBarTitleText" : "精美头像",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/tool/look_img",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/tool/phone",
"style" :
{
"navigationBarTitleText" : "手机软件",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/tool/exchangeinfo",
"style" :
{
"navigationBarTitleText" : "兑换详情",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/mine/lottery",
"style" :
{
"navigationBarTitleText" : "幸运大抽奖",
"navigationStyle": "custom"
}
}],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#60c2ff",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index",
"iconPath": "static/tabar/home.png",
"selectedIconPath": "static/tabar/home_1.png",
"text": "首页"
}, {
"pagePath": "pages/search/index",
"iconPath": "static/tabar/probe.png",
"selectedIconPath": "static/tabar/probe_1.png",
"text": "探索"
}, {
"pagePath": "pages/tool/index",
"iconPath": "static/tabar/follow.png",
"selectedIconPath": "static/tabar/follow_1.png",
"text": "宝库"
}, {
"pagePath": "pages/mine/index",
"iconPath": "static/tabar/my.png",
"selectedIconPath": "static/tabar/my_1.png",
"text": "我的"
}
]
},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^uni-(.*)": "@/uni_modules/uni-$1/components/uni-$1/uni-$1.vue"
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "南音博客",
"navigationBarBackgroundColor": "#FFFFFF"
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}
]
}
}