You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
2.6 KiB

3 years ago
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/index/subpage/ranking/ranking",
"pages/index/subpage/brand/brand",
3 years ago
"pages/index/subpage/brand/brandDetails/brandDetails",
3 years ago
"pages/quest/quest",
"pages/material/material",
"pages/user/user",
"pages/quest/subpage/detail/detail",
"pages/material/subpage/newest/newest",
"pages/user/subpage/relation/relation",
"pages/user/subpage/system/system",
"pages/user/subpage/colllection/colllection",
"pages/user/subpage/setup/setup",
"pages/lookup/loockvideo/video",
"pages/lookup/lookimg/img",
"pages/user/subpage/newest/newest",
"pages/user/subpage/tutorial/tutorial",
3 years ago
"pages/user/subpage/quest/quest",
3 years ago
"pages/user/subpage/integral/integral",
"pages/user/subpage/newCollect/newCollect",
"pages/user/subpage/newRel/newRel"
3 years ago
],
"tabBar": {
"borderStyle": "white",
"color": "#E8E8E8",
"selectedColor": "#333333",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/images/img_shouye_nor@3x.png",
"selectedIconPath": "/images/img_shouye_sel@3x.png"
},
{
"pagePath": "pages/quest/quest",
"text": "任务",
"iconPath": "/images/img_dingdan_nor@3x.png",
"selectedIconPath": "/images/img_dingdan_sel@3x.png"
},
{
"pagePath": "pages/material/material",
"text": "素材",
"iconPath": "/images/img_sucai_nor@3x.png",
"selectedIconPath": "/images/img_sucai_sel@3x.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "/images/img_wode_nor@3x.png",
"selectedIconPath": "/images/img_wode_sel@3x.png"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle": "black"
},
"usingComponents": {
"l-button": "/miniprogram_npm/lin-ui/button/index",
"l-icon": "/miniprogram_npm/lin-ui/icon/index",
"searchbar": "/components/search/searchbar",
3 years ago
"l-list": "/miniprogram_npm/lin-ui/list/index",
3 years ago
"l-water-flow": "/miniprogram_npm/lin-ui/water-flow/index",
3 years ago
"s-spu-preview": "/components/spu-preview/index",
"l-arc-popup": "/miniprogram_npm/lin-ui/arc-popup/index",
3 years ago
"l-dialog": "/miniprogram_npm/lin-ui/dialog/index",
"l-collapse": "/miniprogram_npm/lin-ui/collapse/index",
"l-collapse-item": "/miniprogram_npm/lin-ui/collapse-item/index"
3 years ago
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}