feat(edutainment): refresh baby object match flow

This commit is contained in:
2026-05-16 11:29:28 +08:00
parent 49ffa6b901
commit 45daca3647
24 changed files with 6616 additions and 659 deletions

View File

@@ -24,7 +24,9 @@ export type BabyObjectMatchVisualAssetKind =
| 'ui-frame'
| 'gift-box'
| 'basket'
| 'smoke-puff';
| 'smoke-puff'
| 'left-hand'
| 'right-hand';
export type BabyObjectMatchVisualAsset = {
assetId: string;