diff --git a/CHANGELOG-zh.md b/CHANGELOG-zh.md index 0c8c3646..cd8e09e8 100644 --- a/CHANGELOG-zh.md +++ b/CHANGELOG-zh.md @@ -5,6 +5,7 @@ - **任务执行流程优化**. 允许用户在触发任务后跳转到该任务详情页. - **任务展示优化**. 在爬虫详情页的最近任务表格中加入了“参数”列. [#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) diff --git a/CHANGELOG.md b/CHANGELOG.md index da4c2f77..707dd09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - **Task Execution Process Optimization**. Allow users to be redirected to task detail page after triggering a task. - **Task Display Optimization**. Added "Param" in the Latest Tasks table in the spider detail page. [#295](https://github.com/crawlab-team/crawlab/issues/295) - **Spider List Optimization**. Added "Update Time" and "Create Time" in spider list page. +- **Page Loading Placeholder**. ### Bug Fixes - **Lost Focus in Schedule Configuration**. [#519](https://github.com/crawlab-team/crawlab/issues/519) diff --git a/frontend/favicon.ico b/frontend/favicon.ico deleted file mode 100644 index 12b5c475..00000000 Binary files a/frontend/favicon.ico and /dev/null differ diff --git a/frontend/index.html b/frontend/index.html deleted file mode 100644 index 5066906e..00000000 --- a/frontend/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - Crawlab - - - -
- - - diff --git a/frontend/public/index.html b/frontend/public/index.html index ccf318fc..0bb56a58 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -9,11 +9,140 @@ + Crawlab - +
+
+
+

+ C + R + A + W + L + A + B +

+
+
+ Loading... +
+
+
diff --git a/frontend/src/views/layout/Layout.vue b/frontend/src/views/layout/Layout.vue index 2b182d31..119c7337 100644 --- a/frontend/src/views/layout/Layout.vue +++ b/frontend/src/views/layout/Layout.vue @@ -60,6 +60,7 @@ export default { position: relative; height: 100%; width: 100%; + background: white; &.mobile.openSidebar { position: fixed; diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue index b3559e49..ab6cd54f 100644 --- a/frontend/src/views/login/index.vue +++ b/frontend/src/views/login/index.vue @@ -362,7 +362,7 @@ const initCanvas = () => {