mirror of
https://github.com/TeamWiseFlow/wiseflow.git
synced 2025-01-23 02:20:20 +08:00
21 lines
853 B
Markdown
21 lines
853 B
Markdown
|
# V0.3.2
|
||
|
- 引入 Crawlee(playwrigt模块),大幅提升通用爬取能力,适配实际项目场景;
|
||
|
|
||
|
Introduce Crawlee (playwright module), significantly enhancing general crawling capabilities and adapting to practical project scenarios;
|
||
|
|
||
|
- 完全重写了信息提取模块,引入“爬-查一体”策略,你关注的才是你想要的;
|
||
|
|
||
|
Completely rewrote the information extraction module, introducing an "integrated crawl-search" strategy, focusing on what you care about;
|
||
|
|
||
|
- 新策略下放弃了 gne、jieba 等模块,去除了安装包;
|
||
|
|
||
|
Under the new strategy, modules such as gne and jieba have been abandoned, reducing the installation package size;
|
||
|
|
||
|
- 重写了 pocketbase 的表单结构;
|
||
|
|
||
|
Rewrote the PocketBase form structure;
|
||
|
|
||
|
- 进一步简化部署操作步骤。
|
||
|
|
||
|
Further simplified deployment steps.
|