日程卡片基本完成

This commit is contained in:
2026-04-14 17:03:40 +08:00
parent 087cda650c
commit 6eb6e76bfd
3 changed files with 36 additions and 8 deletions
@@ -122,7 +122,7 @@ const navItems = computed(() => [
alt="avatar"
/>
<span class="max-w-24 truncate">{{
userStore.userInfo?userStore.userInfo.Username:userStore.user.Name
userStore.userInfo?.Username || userStore.user?.Name || ''
}}</span>
</button>
<Transition