mirror of
https://github.com/remvze/moodist.git
synced 2025-12-19 09:54:17 +00:00
- 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
1 line
No EOL
66 B
TypeScript
1 line
No EOL
66 B
TypeScript
export { SelectedSoundsDisplay } from './selected-sounds-display'; |