Skip to content

Commit 7b1d48c

Browse files
committed
config: disable sakura animations
1 parent 0d9dde9 commit 7b1d48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/sakuraConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { SakuraConfig } from "../types/config";
22

33
export const sakuraConfig: SakuraConfig = {
4-
enable: true, // 默认关闭樱花特效
4+
enable: false, // 默认关闭樱花特效
55
sakuraNum: 21, // 樱花数量
66
limitTimes: -1, // 樱花越界限制次数,-1为无限循环
77
size: {

0 commit comments

Comments
 (0)