首頁組件

This commit is contained in:
魏啾
2024-04-15 16:15:09 +08:00
parent 289b808bf6
commit 091552233c
36 changed files with 3452 additions and 295 deletions

View File

@@ -6,6 +6,20 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/index/jtoday",
"style": {
"navigationBarTitleText": "每日上新",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/hotlist",
"style": {
"navigationBarTitleText": "热榜推荐",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/uindexlist",
"style": {
@@ -51,7 +65,9 @@
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人中心"
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor": "#FFD158",
"navigationBarTextStyle": "white"
}
},
{