This commit is contained in:
cbb
2026-01-21 14:49:55 +08:00
parent 9b227d3d63
commit c25778f2bd

View File

@@ -388,15 +388,11 @@
"navigationStyle": "custom"
}
},
// #ifdef APP-PLUS
{
"path": "pages/anchor/index",
"disableSwipeBack": true,
"path": "pages/discover/livelist/index",
"style": {
"backgroundColor": "#000000",
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": false
}
"navigationStyle": "custom"
}
},
{
@@ -409,12 +405,6 @@
}
}
},
{
"path": "pages/discover/livelist/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/audience/index",
"style": {
@@ -424,6 +414,18 @@
}
}
},
{
"path": "pages/anchor/index",
"disableSwipeBack": true,
"style": {
"backgroundColor": "#000000",
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": false
}
}
},
// #endif
{
"path": "pages/adduser/index",
"style": {
@@ -477,4 +479,4 @@
}
]
}
}
}