first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,149 @@
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "美食APP",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/video/video",
"style" :
{
"navigationBarTitleText": "菜谱视频大全",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"splitLine": {
"color": "#000000",
"height": "1px"
},
"titleColor": "#000000",
"buttons": [{
"text": "\ue601",
"fontSrc": "/static/fonts/iconfont.ttf",
"float": "left",
"fontSize": "22px"
},{
"text": "返回",
"float": "left",
"fontSize": "16px"
}
,{
"text": "\ue647",
"fontSrc": "/static/fonts/iconfont.ttf",
"fontSize": "22px",
"float": "right"
}]
}
}
}
}
,{
"path" : "pages/classification/classification",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/me/me",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/videoinfo/videoinfo",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/bannerInfo/bannerInfo",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/rightMenuList/rightMenuList",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/info/info",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/img/home.png",
"selectedIconPath": "static/img/home2.png",
"text": "首页"
}, {
"pagePath": "pages/video/video",
"iconPath": "static/img/video.png",
"selectedIconPath": "static/img/video2.png",
"text": "视频"
},{
"pagePath": "pages/classification/classification",
"iconPath": "static/img/fl.png",
"selectedIconPath": "static/img/fl2.png",
"text": "分类"
},{
"pagePath": "pages/me/me",
"iconPath": "static/img/me.png",
"selectedIconPath": "static/img/me2.png",
"text": "我的"
}
]
}
}