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,48 @@
{
"pages": [
"pages/index/index",
"pages/hall/hall",
"pages/user/user",
"pages/account/account",
"pages/search/search",
"pages/info/info",
"pages/push/push",
"pages/history/history",
"pages/edit/edit"
],
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "失物招领",
"navigationBarBackgroundColor": "#ffd23c",
"backgroundColorTop": "left"
},
"tabBar": {
"color": "#9c9d9b",
"backgroundColor": "#fff",
"selectedColor": "#000",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/index-icon/index.png",
"selectedIconPath": "images/index-icon/index.png"
},
{
"pagePath": "pages/hall/hall",
"text": "广场",
"iconPath": "images/index-icon/dating.png",
"selectedIconPath": "images/index-icon/dating.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "images/index-icon/user.png",
"selectedIconPath": "images/index-icon/user.png"
}
]
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}