refactor(tabbar): 将 tabbar 组件从 components 移动到 layouts 目录

重构 tabbar 组件结构,将其从 components 目录迁移至 layouts 目录以更符合项目结构规范
移除未使用的 midButton 配置
This commit is contained in:
feige996
2025-06-21 13:35:29 +08:00
parent 4b77ca6c13
commit 2a71d02ab8
6 changed files with 3 additions and 6 deletions

View File

@@ -40,11 +40,7 @@
"icon": "i-carbon-code",
"iconType": "unocss"
}
],
"midButton": {
"iconPath": "/static/logo.svg",
"text": "发布"
}
]
},
"pages": [
{