refactor: ♻️ 添加工作台页面和样式优化

This commit is contained in:
Ray.Hao
2025-10-14 20:04:12 +08:00
parent 197c4014fc
commit 78740b0e50
23 changed files with 235 additions and 38 deletions

View File

@@ -8,6 +8,7 @@ export interface TabbarItem {
const tabbarItems = ref<TabbarItem[]>([
{ name: "home", value: null, active: true, title: "首页", icon: "home" },
{ name: "work", value: null, active: false, title: "工作台", icon: "apps" },
{ name: "mine", value: null, active: false, title: "我的", icon: "user" },
]);