fix: cursor floating intensity (#133)

This commit is contained in:
RainbowBird
2025-04-14 17:05:51 +08:00
committed by GitHub
parent d33d0dba2c
commit 660f7ed762
@@ -8,7 +8,7 @@ interface Props {
}
const props = withDefaults(defineProps<Props>(), {
intensity: 3,
intensity: 1.5,
})
const cardRef = ref<HTMLElement | null>(null)