feat: Friend tab

This commit is contained in:
pa
2025-10-30 22:41:39 +09:00
committed by Natsumi
parent b68399ca8a
commit cfd2f22b2c
14 changed files with 761 additions and 67 deletions

View File

@@ -82,6 +82,7 @@ export const useAppearanceSettingsStore = defineStore(
const isSideBarTabShow = computed(() => {
const currentRouteName = router.currentRoute.value?.name;
return !(
currentRouteName === 'friend' ||
currentRouteName === 'friendList' ||
currentRouteName === 'charts'
);