diff --git a/CHANGELOG-zh.md b/CHANGELOG-zh.md index 85fc0f19..53b15361 100644 --- a/CHANGELOG-zh.md +++ b/CHANGELOG-zh.md @@ -6,6 +6,7 @@ - **更好的主页指标**. 优化主页上的指标展示. - **可配置爬虫转化为自定义爬虫**. 用户可以将自己的可配置爬虫转化为 Scrapy 自定义爬虫. - **查看定时任务触发的任务**. 允许用户查看定时任务触发的任务. [#648](https://github.com/crawlab-team/crawlab/issues/648) +- **支持结果去重**. 允许用户配置结果去重. [#579](https://github.com/crawlab-team/crawlab/issues/579) ### Bug 修复 - **CLI 无法在 Windows 上使用**. [#580](https://github.com/crawlab-team/crawlab/issues/580) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d69a611..f72fac18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - **Better Home Page Metrics**. Optimized metrics display on home page. - **Configurable Spiders Converted to Customized Spiders**. Allow users to convert their configurable spiders into customized spiders which are also Scrapy spiders. - **View Tasks Triggered by Schedule**. Allow users to view tasks triggered by a schedule. [#648](https://github.com/crawlab-team/crawlab/issues/648) +- **Support Results De-Duplication**. Allow users to configure de-duplication of results. [#579](https://github.com/crawlab-team/crawlab/issues/579) ### Bug Fixes - **CLI unable to use on Windows**. [#580](https://github.com/crawlab-team/crawlab/issues/580) diff --git a/frontend/src/components/InfoView/SpiderInfoView.vue b/frontend/src/components/InfoView/SpiderInfoView.vue index efb86db2..359cea46 100644 --- a/frontend/src/components/InfoView/SpiderInfoView.vue +++ b/frontend/src/components/InfoView/SpiderInfoView.vue @@ -96,7 +96,8 @@ - +