number-ball

This commit is contained in:
He
2026-06-15 19:30:39 +08:00
parent 02c5694189
commit 782e5fb528
4 changed files with 26 additions and 15 deletions
+1
View File
@@ -69,6 +69,7 @@ export default function Page() {
number={n}
state={actions.getBallState(n)}
colorIndex={actions.getBallColorIndex(n)}
dimmed={actions.getBallDimmed(n)}
size="large"
/>
))}