feat: 新增播客详情页及相关功能组件
实现播客详情页功能,包括: 1. 新增 PodcastContent 组件展示播客详情 2. 添加 AudioPlayerControls 和 PodcastTabs 组件 3. 实现分享功能组件 ShareButton 4. 优化音频文件命名规则和缓存机制 5. 完善类型定义和 API 接口 6. 调整 UI 布局和响应式设计 7. 修复积分不足状态码问题
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user