feat: update github star count

This commit is contained in:
delong.wang
2023-11-24 16:01:57 +08:00
parent 4f1ea17c9d
commit b91041ffb4

View File

@@ -52,7 +52,7 @@ export default function Home({ total } : { total: number }) {
duration: 2,
});
anim.start();
const startAnim = new countUpModule.CountUp(startRef.current!, Math.max(0, 6.3), {
const startAnim = new countUpModule.CountUp(startRef.current!, Math.max(0, 6.4), {
duration: 2,
decimalPlaces: 1,
});