更新了sqlite视图的功能

This commit is contained in:
2025-11-28 22:29:47 +08:00
parent 8fcf3bcfe2
commit b32549c5df
7 changed files with 1856 additions and 9 deletions

View File

@@ -83,6 +83,20 @@ python run_system.py --log-file my_log.log --log-level DEBUG
python run_system.py --mode scraping --urls https://www.producthunt.com/posts/example-product
```
## 更新日志
### v1.0.1 (当前版本)
- ✅ 修复异步调用问题,支持在已有事件循环中运行
- ✅ 优化错误处理和事件循环管理
- ✅ 测试验证所有运行模式正常工作
### v1.0.0
- ✨ 合并integrated_scraper.py和product_ai_analysis.py功能
- ✨ 添加统一的配置管理
- ✨ 提供简化的命令行界面
- ✨ 增强错误处理和日志记录
- ✨ 支持多种运行模式
## 数据库结构
### products表产品信息