This commit is contained in:
2026-09-23 19:21:49 +08:00
parent 74bdeb7a11
commit e899b30562
5 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -45,15 +45,15 @@
"navigationBarBackgroundColor": "#F5F7FA",
"backgroundColor": "#F5F7FA",
"backgroundColorTop": "#F5F7FA",
"backgroundColorBottom": "#F5F7FA"
"backgroundColorBottom": "#E8F1FF"
},
"tabBar": {
"color": "#8A9199",
"selectedColor": "#1677FF",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"backgroundColor": "#E8F1FF",
"borderStyle": "white",
"list": [
{ "pagePath": "pages/tabs/messages", "text": "消息", "iconPath": "static/tab/msg.png", "selectedIconPath": "static/tab/msg-on.png" },
{ "pagePath": "pages/tabs/messages", "text": "消息", "iconPath": "static/tab/msg2.png", "selectedIconPath": "static/tab/msg2-on.png" },
{ "pagePath": "pages/tabs/contacts", "text": "通讯录", "iconPath": "static/tab/contacts.png", "selectedIconPath": "static/tab/contacts-on.png" },
{ "pagePath": "pages/tabs/clock", "text": "打卡", "iconPath": "static/tab/clock.png", "selectedIconPath": "static/tab/clock-on.png" },
{ "pagePath": "pages/tabs/workbench", "text": "工作台", "iconPath": "static/tab/work.png", "selectedIconPath": "static/tab/work-on.png" },