feat: 新增播客详情页及相关功能组件

实现播客详情页功能,包括:
1. 新增 PodcastContent 组件展示播客详情
2. 添加 AudioPlayerControls 和 PodcastTabs 组件
3. 实现分享功能组件 ShareButton
4. 优化音频文件命名规则和缓存机制
5. 完善类型定义和 API 接口
6. 调整 UI 布局和响应式设计
7. 修复积分不足状态码问题
This commit is contained in:
hex2077
2025-08-18 23:42:36 +08:00
parent e479ffb789
commit 47668b8a74
26 changed files with 1943 additions and 276 deletions

View File

@@ -21,8 +21,8 @@ if %errorlevel% neq 0 (
echo.
echo 3. 启动开发服务器...
echo 应用将在 http://localhost:3000 启动
echo 应用将在 http://localhost:3001 启动
echo 按 Ctrl+C 停止服务器
echo.
npm run dev
set PORT=3001 && npm run dev