refactor(frontend): 优化统计组件

- 改进 ActivityHeatmap 组件
This commit is contained in:
fawney19
2025-12-12 20:21:56 +08:00
parent 48196d94ea
commit 504ef471c4

View File

@@ -158,6 +158,9 @@ const props = withDefaults(defineProps<{
subtitle?: string
showHeader?: boolean
}>(), {
data: undefined,
title: undefined,
subtitle: undefined,
showHeader: true
})