Merge pull request #558 from crawlab-team/release

Release
This commit is contained in:
Marvin Zhang
2020-02-14 15:24:20 +08:00
committed by GitHub
4 changed files with 12 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
# 0.4.6 (2020-02-13)
### 功能 / 优化
- **Node.js SDK **. 用户可以将 SDK 应用到他们的 Node.js 爬虫中.
- **Node.js SDK**. 用户可以将 SDK 应用到他们的 Node.js 爬虫中.
- **日志管理优化**. 日志搜索错误高亮自动滚动.
- **任务执行流程优化**. 允许用户在触发任务后跳转到该任务详情页.
- **任务展示优化**. 在爬虫详情页的最近任务表格中加入了参数. [#295](https://github.com/crawlab-team/crawlab/issues/295)
- **爬虫列表优化**. 在爬虫列表页加入"更新时间""创建时间". [#505](https://github.com/crawlab-team/crawlab/issues/505)
- **页面加载位器**.
- **页面加载位器**.
### Bug 修复
- **定时任务配置失去焦点**. [#519](https://github.com/crawlab-team/crawlab/issues/519)

View File

@@ -142,10 +142,14 @@ Docker部署的详情请见[相关文档](https://tikazyq.github.io/crawlab-d
![](http://static-docs.crawlab.cn/file-edit.png)
#### 任务详情 - 抓取结果
#### 任务抓取结果
![](https://raw.githubusercontent.com/tikazyq/crawlab-docs/master/images/task-results.png)
#### 任务日志
![](http://static-docs.crawlab.cn/task-log2.png)
#### 定时任务
![](http://static-docs.crawlab.cn/schedule-v0.4.4.png)

View File

@@ -140,6 +140,10 @@ For Docker Deployment details, please refer to [relevant documentation](https://
![](http://static-docs.crawlab.cn/file-edit.png)
#### Task Log
![](http://static-docs.crawlab.cn/task-log2.png)
#### Task Results
![](https://raw.githubusercontent.com/tikazyq/crawlab-docs/master/images/task-results.png)

View File

@@ -192,6 +192,7 @@ export default {
},
onAutoScroll () {
this.toBottom()
this.$st.sendEv('任务详情', '日志', '点击自动滚动')
},
toggleErrors () {
this.isErrorsCollapsed = !this.isErrorsCollapsed