This commit is contained in:
2025-11-25 05:36:02 +08:00
parent 8e036cc171
commit b10e4b4336
65 changed files with 2672 additions and 2270 deletions
+38 -14
View File
@@ -245,37 +245,61 @@
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/common/upgrade",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/common/article",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/common/webview",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/workbench/friend-circle/friend-circle",
"style": {
"navigationBarTitleText": ""
}
}
],
"tabBar": {
"color": "#8E9AB0",
"selectedColor": "#0089FF",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"color": "#171717",
"selectedColor": "#07c160",
"borderStyle": "#f4f4f4",
"backgroundColor": "#f4f4f4",
"height": "55px",
"list": [{
"pagePath": "pages/conversation/conversationList/index",
"iconPath": "./static/images/tabbar_conversation.png",
"selectedIconPath": "static/images/tabbar_conversation_active.png",
"text": "OpenIM"
"iconPath": "./static/images/tabbar/conversation.png",
"selectedIconPath": "static/images/tabbar/conversation_active.png",
"text": "消息"
},
{
"pagePath": "pages/contact/index/index",
"iconPath": "./static/images/tabbar_contacts.png",
"selectedIconPath": "static/images/tabbar_contacts_active.png",
"iconPath": "./static/images/tabbar/contacts.png",
"selectedIconPath": "static/images/tabbar/contacts_active.png",
"text": "通讯录"
},
{
"pagePath": "pages/workbench/index/index",
"iconPath": "./static/images/tabbar_workbench.png",
"selectedIconPath": "static/images/tabbar_workbench_active.png",
"iconPath": "./static/images/tabbar/workbench.png",
"selectedIconPath": "static/images/tabbar/workbench_active.png",
"text": "发现"
},
{
"pagePath": "pages/profile/index/index",
"iconPath": "./static/images/tabbar_profile.png",
"selectedIconPath": "static/images/tabbar_profile_active.png",
"text": "我"
"iconPath": "./static/images/tabbar/profile.png",
"selectedIconPath": "static/images/tabbar/profile_active.png",
"text": "我"
}
]
},