更新了sqlite视图的功能
This commit is contained in:
@@ -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表(产品信息)
|
||||
|
||||
Reference in New Issue
Block a user