QQ-Music-Player
QQ Music Web Player - Serverless Edition for Cloudflare Pages.
🌐 Live Demo: qq.ygking.top
🌟 Features
- ✅ Pure Frontend - Static assets on Cloudflare Pages
- ✅ Serverless Backend - Cloudflare Functions
- ✅ D1 Storage - Secure credential storage
- ✅ Smart Preloading - Prefetch next song lyrics
- ✅ PWA Support - Installable as desktop app
🚀 Quick Start
- Fork GitHub repo
- Create D1 database
qqmusic-credentials - Create Pages project and bind D1
- Set
INITIAL_CREDENTIALenv variable
👉 See Deployment Guide
💻 Development
bash
npm install -g wrangler
wrangler pages dev .👉 See Development Guide
📁 Structure
QQ-Music-Player/
├── functions/ # Cloudflare Functions
├── js/ # Frontend scripts
├── css/ # Styles
├── index.html # Entry
└── sw.js # Service Worker