Music Creation Page: - Vinyl 3D flip to view lyrics, tonearm animation, glow rotation effect - Circular SVG progress ring, speech bubble feedback, confirm dialog - Playlist modal, free creation input, lyrics formatting optimization - MiniMax API real music generation with SSE streaming progress Backend: - FastAPI proxy server.py for MiniMax API calls - Music + lyrics file persistence to Capybara music/ directory - GET /api/playlist endpoint for auto-building playlist from files UI/UX Refinements: - frontend-design skill compliance across all pages - Glassmorphism effects, modal interactions, scroll tap prevention - iPhone 12 Pro responsive layout (390x844) Flutter Development Preparation: - Installed flutter-expert skill with 6 reference docs - Added 5 Cursor Rules: official Flutter, clean architecture, UI performance, testing, Dart standards Assets: - 9 Capybara music MP3 files + lyrics TXT files - MiniMax API documentation Co-authored-by: Cursor <cursoragent@cursor.com>
31 lines
460 B
Plaintext
31 lines
460 B
Plaintext
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
|
|
# Project Specific
|
|
.agent/
|
|
.gemini/
|
|
.trae/
|
|
|
|
# Skills recursive symlinks (npx skills installer bug)
|
|
.agents/skills/**/flutter-expert/flutter-expert/
|
|
.cursor/skills/**/flutter-expert/flutter-expert/
|
|
|
|
# Environment Variables
|
|
.env
|
|
|
|
# Large Media Directories
|
|
# (Uncomment below if push fails due to 413 error)
|
|
# 动态绘本/
|
|
# 故事书封面图/
|
|
# *.mp4
|