msr-mod/src
Astrian Zheng 60740274b7
refactor: replace console statements with debug instances
- Replace all console.log/error/warn statements with appropriate debug instances
- Add debug utils with modular debug instances for different components
- Use debugUI for UI components (pages and components)
- Use debugStore for store files
- Use debugUtils for utility functions
- Use debugPlayroom for Playroom specific debugging
- Use debugLyrics for lyrics-related debugging
- Use debugVisualizer for audio visualization debugging
- Use debugResource for resource checking debugging
- Maintain original message content with Chinese descriptions
- Preserve Tab indentation throughout all files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 13:24:39 +10:00
..
apis refactor(Player): 将播放器组件从App.vue中提取到独立的Player.vue组件 2025-05-24 22:53:21 +10:00
assets fix: 替换音频可视化效果为静态图标 2025-06-04 22:29:22 +10:00
components refactor: replace console statements with debug instances 2025-08-19 13:24:39 +10:00
composables chore: 重构播放列表 2025-08-19 13:07:41 +10:00
pages refactor: replace console statements with debug instances 2025-08-19 13:24:39 +10:00
stores refactor: replace console statements with debug instances 2025-08-19 13:24:39 +10:00
utils refactor: replace console statements with debug instances 2025-08-19 13:24:39 +10:00
App.vue refactor: replace console statements with debug instances 2025-08-19 13:24:39 +10:00
main.ts feat(Library): add Library page and integrate favourites functionality 2025-05-28 09:46:43 +10:00
style.css feat: 添加 TrackItem 组件并优化专辑详情页 2025-05-25 08:57:13 +10:00
vite-env.d.ts chore: 重构播放列表 2025-08-19 13:07:41 +10:00