fix: 修复首页最近收听 API 双层 /api 前缀导致 404
问题:getApiBaseUrl() 返回 '/api',request.ts 中 fullUrl = BASE_URL + url
导致 '/api' + '/api/player/recent' = '/api/api/player/recent' → 404
修复:确认 DEV_CONFIG.web/h5 为 '/api' 以匹配 Vite 代理配置
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>