refactor(frontend): 优化统计组件

- 改进 ActivityHeatmap 组件
This commit is contained in:
fawney19
2025-12-12 20:21:56 +08:00
parent 9ac56662da
commit 6e63116cc9

View File

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