feat(tabbar): 添加中间按钮并移除自定义tabbar配置
添加发布按钮作为tabbar中间按钮,同时移除不再需要的custom配置
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user