This commit is contained in:
cansnow
2025-11-27 07:40:32 +08:00
parent 198c3dd4a5
commit ab625e6463
17 changed files with 1092 additions and 1135 deletions
+34 -3
View File
@@ -269,22 +269,53 @@
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/workbench/friend-circle/releaseFriendCircle",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/workbench/friend-circle/chooseLocation",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/workbench/friend-circle/chooseCircleBgImg",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/workbench/friend-circle/builtinBgImg",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/common/userOrGroupQrCode",
"style": {
"navigationBarTitleText": ""
}
}
],
"tabBar": {
"color": "#171717",
"selectedColor": "#07c160",
"borderStyle": "#f4f4f4",
"backgroundColor": "#f4f4f4",
"backgroundColor": "rgba(244,244,244,0.8)",
"height": "55px",
"list": [{
"list": [
{
"pagePath": "pages/conversation/conversationList/index",
"iconPath": "./static/images/tabbar/conversation.png",
"selectedIconPath": "static/images/tabbar/conversation_active.png",
"text": "消息"
},
{
"pagePath": "pages/contact/index/index",
"pagePath": "pages/contact/friendList/index",
"iconPath": "./static/images/tabbar/contacts.png",
"selectedIconPath": "static/images/tabbar/contacts_active.png",
"text": "通讯录"