feat: 添加定价页面组件和图标库迁移

refactor: 替换lucide-react为react-icons
feat(定价): 实现定价页面、卡片和切换组件
feat(页脚): 添加页脚链接组件
feat(文档): 新增使用条款、隐私政策和联系页面
style: 更新Toast组件样式和动画
chore: 更新项目元数据和favicon
This commit is contained in:
hex2077
2025-08-19 22:50:34 +08:00
parent 47668b8a74
commit a7ef2d6606
33 changed files with 1180 additions and 301 deletions

View File

@@ -4,7 +4,7 @@ const fs = require('fs');
const path = require('path');
const { execSync } = require('child_process');
console.log('🚀 ListenHub Web应用设置向导\n');
console.log('🚀 PodcastHub Web应用设置向导\n');
// 检查Node.js版本
const nodeVersion = process.version;
@@ -72,4 +72,4 @@ console.log('\n下一步');
console.log('1. 编辑 .env.local 文件配置您的OpenAI API密钥');
console.log('2. 运行 npm run dev 启动开发服务器');
console.log('3. 在浏览器中打开 http://localhost:3000');
console.log('\n享受使用ListenHub🎙');
console.log('\n享受使用PodcastHub🎙');