wip: 临时提交

This commit is contained in:
Ray.Hao
2025-07-24 20:43:15 +08:00
parent 8bda7dd0b1
commit 7fa0758b19
7 changed files with 442 additions and 12 deletions

View File

@@ -26,14 +26,13 @@
<script setup lang="ts">
const router = useRouter();
const route = useRoute();
const { themeVars, theme } = useTheme();
const { activeTabbar, getTabbarItemValue, setTabbarItemActive, tabbarList } = useTabbar();
function handleTabbarChange({ value }: { value: string }) {
console.log("tabbarChange", value);
setTabbarItemActive(value);
router.pushTab({ name: value });
}