feat(tabbar): 添加中间按钮并移除自定义tabbar配置

添加发布按钮作为tabbar中间按钮,同时移除不再需要的custom配置
This commit is contained in:
feige996
2025-06-20 21:40:52 +08:00
parent bf61c3d1f0
commit 4f67168494
3 changed files with 16 additions and 5 deletions

View File

@@ -15,7 +15,6 @@
}
},
"tabBar": {
"custom": true,
"color": "#999999",
"selectedColor": "#018d71",
"backgroundColor": "#F8F8F8",
@@ -37,7 +36,11 @@
"icon": "i-carbon-code",
"iconType": "unocss"
}
]
],
"midButton": {
"iconPath": "/static/logo.svg",
"text": "发布"
}
},
"pages": [
{