Add function for sidebar shot column switch

This commit is contained in:
2026-03-07 09:33:44 +08:00
parent 1f229bff6c
commit 19bc4e8a23
17 changed files with 632 additions and 26 deletions
@@ -277,5 +277,5 @@ function navigateToProject(projectId: number) {
import { useAvatarUrl } from '@/composables/useAvatarUrl'
const { getAvatarUrl } = useAvatarUrl()
const { getAvatarUrl, getInitialsAvatarUrl } = useAvatarUrl()
</script>