[feat] number-ball (#1)

This commit was merged in pull request #1.
This commit is contained in:
He
2026-06-15 19:33:30 +08:00
committed by GitHub
parent 02c5694189
commit 135ffa1df4
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"
/>
))}