diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index 66b8dd9..98fe8c9 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -34,7 +34,7 @@
Dashboard
-
+
立刻抓取
@@ -63,8 +63,26 @@
- Today's Bids
-
+
+
Today's Bids
+
+
+
+
+
{{ scope.row.title }}
@@ -78,7 +96,17 @@
-
All Bids
+
+
All Bids
+
+
+
+
@@ -90,6 +118,16 @@
{{ formatDate(scope.row.publishDate) }}
+
@@ -97,16 +135,20 @@
Keyword Management
Add Keyword
-
-
-
-
-
-
- Delete
-
-
-
+
+
+
+ {{ keyword.word }}
+
+
+
@@ -131,7 +173,7 @@
diff --git a/src/schedule/tasks/bid-crawl.task.ts b/src/schedule/tasks/bid-crawl.task.ts
index 9f94d2e..cc5a63b 100644
--- a/src/schedule/tasks/bid-crawl.task.ts
+++ b/src/schedule/tasks/bid-crawl.task.ts
@@ -12,7 +12,7 @@ export class BidCrawlTask {
private bidsService: BidsService,
) {}
- @Cron(CronExpression.EVERY_30_MINUTES)
+ @Cron(CronExpression.EVERY_DAY_AT_MIDNIGHT)
async handleCron() {
this.logger.debug('Scheduled crawl task started');
await this.crawlerService.crawlAll();