mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-03 00:02:28 +08:00
refactor(frontend): 优化统计组件
- 改进 ActivityHeatmap 组件
This commit is contained in:
@@ -158,6 +158,9 @@ const props = withDefaults(defineProps<{
|
||||
subtitle?: string
|
||||
showHeader?: boolean
|
||||
}>(), {
|
||||
data: undefined,
|
||||
title: undefined,
|
||||
subtitle: undefined,
|
||||
showHeader: true
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user