Skip to content

Commit a0e1cde

Browse files
committed
feat: speed up blessing bar
1 parent f47919e commit a0e1cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BlessingBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const interval = setInterval(() => {
2525
if (stop.value) {
2626
return
2727
}
28-
position.value -= 0.003
28+
position.value -= 0.04
2929
if (position.value < -100) {
3030
position.value = 0
3131
}

0 commit comments

Comments
 (0)