This commit is contained in:
abu 2025-03-28 17:47:58 +08:00
parent c54a5f1b1f
commit 6361aa9ac3

View File

@ -3,8 +3,7 @@
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"pages": [{
"path": "pages/tabbar/vlog/index",
"style": {
"app-plus": {
@ -160,15 +159,13 @@
"navigationBarBackgroundColor": "#181b27",
"app-plus": {
"titleNView": {
"buttons" : [
{
"buttons": [{
"text": "保存",
"color": "#ef274d",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}
]
}]
}
}
}
@ -202,15 +199,13 @@
"navigationBarBackgroundColor": "#181b27",
"app-plus": {
"titleNView": {
"buttons" : [
{
"buttons": [{
"text": "保存",
"color": "#ef274d",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}
]
}]
}
}
}
@ -223,15 +218,13 @@
"navigationBarBackgroundColor": "#181b27",
"app-plus": {
"titleNView": {
"buttons" : [
{
"buttons": [{
"text": "保存",
"color": "#ef274d",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}
]
}]
}
}
}
@ -244,15 +237,13 @@
"navigationBarBackgroundColor": "#181b27",
"app-plus": {
"titleNView": {
"buttons" : [
{
"buttons": [{
"text": "保存",
"color": "#ef274d",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}
]
}]
}
}
}
@ -265,15 +256,13 @@
"navigationBarBackgroundColor": "#181b27",
"app-plus": {
"titleNView": {
"buttons" : [
{
"buttons": [{
"text": "保存",
"color": "#ef274d",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}
]
}]
}
}
}
@ -286,15 +275,13 @@
"navigationBarBackgroundColor": "#181b27",
"app-plus": {
"titleNView": {
"buttons" : [
{
"buttons": [{
"text": "保存",
"color": "#ef274d",
"width": "60px",
"fontSize": "15px",
"fontWeight": "bold"
}
]
}]
}
}
}
@ -988,85 +975,82 @@
}
}
]
},
{
"root": "TUIKit",
"pages": [{
"path": "components/TUIConversation/index",
"style": {
"navigationBarTitleText": "腾讯云 IM绘画",
"app-plus": {
"titleNView": {
"backButton": true //
}
}
}
},
{
"path": "components/TUIChat/index",
"style": {
"navigationBarTitleText": "腾讯云 IM",
"app-plus": {
"softinputMode": "adjustResize",
"titleNView": {
"buttons": [{
"type": "menu"
}]
}
},
"h5": {
"titleNView": {
"buttons": []
}
}
}
},
// chat :
{
"path": "components/TUIChat/video-play",
"style": {
"navigationBarTitleText": "腾讯云 IM1"
}
},
{
"path": "components/TUIChat/web-view",
"style": {
"navigationBarTitleText": "腾讯云 IM2"
}
},
{
"path": "components/TUIContact/index",
"style": {
"navigationBarTitleText": "腾讯云 IM3",
"app-plus": {
"titleNView": {
"backButton": true //
}
}
}
},
{
"path": "components/TUIGroup/index",
"style": {
"navigationBarTitleText": "腾讯云 IM4",
"app-plus": {
"titleNView": {
"backButton": true //
}
}
}
},
{
"path": "components/TUISearch/index",
"style": {
"navigationBarTitleText": "聊天记录"
}
}
]
}
// {
// "root": "TUIKit",
// "pages": [
// {
// "path": "components/TUIConversation/index",
// "style": {
// "navigationBarTitleText": "腾讯云 IM绘画",
// "app-plus": {
// "titleNView": {
// "backButton": true //
// }
// }
// }
// },
// {
// "path": "components/TUIChat/index",
// "style": {
// "navigationBarTitleText": "腾讯云 IM",
// "app-plus": {
// "softinputMode": "adjustResize",
// "titleNView": {
// "buttons": [
// {
// "type": "menu"
// }
// ]
// }
// },
// "h5": {
// "titleNView": {
// "buttons": []
// }
// }
// }
// },
// // chat :
// {
// "path": "components/TUIChat/video-play",
// "style": {
// "navigationBarTitleText": "腾讯云 IM1"
// }
// },
// {
// "path": "components/TUIChat/web-view",
// "style": {
// "navigationBarTitleText": "腾讯云 IM2"
// }
// },
// {
// "path": "components/TUIContact/index",
// "style": {
// "navigationBarTitleText": "腾讯云 IM3",
// "app-plus": {
// "titleNView": {
// "backButton": true //
// }
// }
// }
// },
// {
// "path": "components/TUIGroup/index",
// "style": {
// "navigationBarTitleText": "腾讯云 IM4",
// "app-plus": {
// "titleNView": {
// "backButton": true //
// }
// }
// }
// },
// {
// "path": "components/TUISearch/index",
// "style": {
// "navigationBarTitleText": "聊天记录"
// }
// }
// ]
// }
],
"globalStyle": {
"navigationBarTextStyle": "black",
@ -1087,8 +1071,7 @@
"borderStyle": "#1c1b1b",
"backgroundColor": "#0e0d0d",
"fontSize": "16px",
"list": [
{
"list": [{
"pagePath": "pages/tabbar/vlog/index",
"text": "首页"
},