moodist/src/components/selected-sounds-display/index.ts
zl c1c4d894bc feat: add selected sounds display module with complete functionality
- Create SelectedSoundsDisplay component to show selected sounds at the top of the page
- Add displayMode parameter to Sound component for functionality in display mode
- Implement complete audio controls including volume, speed, and rate progress bars
- Add random effects support with proper interval management
- Integrate multi-language support (Chinese: "当前声音", English: "Current Sounds")
- Update App component to include the new display module
- Use consistent styling with existing sound categories for seamless integration
- Upgrade version to 2.3.0 for this feature release
2025-11-17 12:51:06 +08:00

1 line
No EOL
66 B
TypeScript

export { SelectedSoundsDisplay } from './selected-sounds-display';