feat:初始提交uni-app项目
This commit is contained in:
44
unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
44
unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"components/components",
|
||||
"pages/classify/classify",
|
||||
"pages/user/user",
|
||||
"pages/classlist/classlist",
|
||||
"pages/preview/preview",
|
||||
"pages/notice/notice",
|
||||
"pages/notice/detail",
|
||||
"pages/search/search"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "咸虾米壁纸",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#9799a5",
|
||||
"selectedColor": "#28b389",
|
||||
"list": [
|
||||
{
|
||||
"text": "推荐",
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "/static/images/tabBar/home.png",
|
||||
"selectedIconPath": "/static/images/tabBar/home-h.png"
|
||||
},
|
||||
{
|
||||
"text": "分类",
|
||||
"pagePath": "pages/classify/classify",
|
||||
"iconPath": "/static/images/tabBar/classify.png",
|
||||
"selectedIconPath": "/static/images/tabBar/classify-h.png"
|
||||
},
|
||||
{
|
||||
"text": "我的",
|
||||
"pagePath": "pages/user/user",
|
||||
"iconPath": "/static/images/tabBar/user.png",
|
||||
"selectedIconPath": "/static/images/tabBar/user-h.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user