diff --git a/config.example.json b/config.example.json index fbd2862..3a12223 100644 --- a/config.example.json +++ b/config.example.json @@ -2,8 +2,8 @@ "scheduler": { "enabled": true, "cronTime": "0 9 * * *", - "threshold": 10000, - "description": "每天9点采集大于1亿的项目", + "threshold": 100000, + "description": "每天9点采集大于10亿的项目", "timeRange": "thisMonth" }, "email": { diff --git a/config.json b/config.json index b7eefa7..451c2d3 100644 --- a/config.json +++ b/config.json @@ -2,8 +2,8 @@ "scheduler": { "enabled": false, "cronTime": "0 9 * * *", - "threshold": 10000, - "description": "每天9点采集大于1亿的项目", + "threshold": 100000, + "description": "每天9点采集当日大于10亿的项目", "timeRange": "today" }, "email": { diff --git a/public/index.html b/public/index.html index fbfd01c..a1c2695 100644 --- a/public/index.html +++ b/public/index.html @@ -396,7 +396,7 @@
- +
@@ -494,7 +494,7 @@
- + 10亿 = 100000万元 | 5亿 = 50000万元 | 1亿 = 10000万元