Files
yimo-resource-blog/pages.json
王鹏 a47c6dd47a init
2025-08-14 15:04:24 +08:00

271 lines
5.5 KiB
JSON
Raw Permalink 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/resource",
"style" :
{
"navigationBarTitleText" : "资源库",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/tool/video",
"style" :
{
"navigationBarTitleText" : "演示视频",
"enablePullDownRefresh" : false
}
},
{
"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/exchange_records",
"style" :
{
"navigationBarTitleText" : "兑换记录",
"enablePullDownRefresh" : false
}
},
{
"path": "pages/mine/recharge",
"style": {
"navigationBarTitleText": "充值积分",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black"
}
},
{
"path" : "pages/tool/avatar",
"style" :
{
"navigationBarTitleText" : "精美头像",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/tool/look_img",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/tool/shuiyin",
"style" :
{
"navigationBarTitleText" : "水印去除",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/tool/shuiyin/problem",
"style" :
{
"navigationBarTitleText" : "教程和问题",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/tool/shuiyin/image",
"style" :
{
"navigationBarTitleText" : "解析结果",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/tool/shuiyin/video",
"style" :
{
"navigationBarTitleText" : "解析结果",
"enablePullDownRefresh" : false
}
},
{
"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函数里面得到
}
]
}
}