feat: 使用firecrawl 实现公告抓取与分析工具的网页界面,包括报告生成、导出和邮件发送功能。
This commit is contained in:
28
config.json
28
config.json
@@ -5,7 +5,7 @@
|
||||
"winningThreshold": 0,
|
||||
"bidThreshold": 0,
|
||||
"description": "每天9点采集当日项目",
|
||||
"timeRange": "thisMonth"
|
||||
"timeRange": "today"
|
||||
},
|
||||
"email": {
|
||||
"smtpHost": "smtp.qq.com",
|
||||
@@ -13,5 +13,29 @@
|
||||
"smtpUser": "1076597680@qq.com",
|
||||
"smtpPass": "nfrjdiraqddsjeeh",
|
||||
"recipients": "5482498@qq.com"
|
||||
}
|
||||
},
|
||||
"scrapers": [
|
||||
{
|
||||
"id": "scraper-1772762354799",
|
||||
"city": "无锡市",
|
||||
"url": "https://ggzyjy.wuxi.gov.cn/wxsggzyjyzxzl/jyxx/slgc/index.shtml",
|
||||
"section": "水利工程",
|
||||
"subsection": "",
|
||||
"type": "招标公告",
|
||||
"prompt": "提取页面上今天的招标公告信息,包括:标题、项目金额(可能为合同预估价/最高投标限价等等)、发布日期(YYYY-MM-DD格式)、详情页完整URL",
|
||||
"enabled": true,
|
||||
"model": "spark-1-mini"
|
||||
},
|
||||
{
|
||||
"id": "scraper-1772762494299",
|
||||
"city": "南京市",
|
||||
"url": "https://njggzy.nanjing.gov.cn/njweb/fjsz/buildService1.html",
|
||||
"section": "房建市政",
|
||||
"subsection": "工程类",
|
||||
"type": "招标公告",
|
||||
"prompt": "提取页面上今日的招标公告信息,包括:标题、项目金额(可能为合同预估价/最高投标限价等等)、发布日期(YYYY-MM-DD格式)、详情页完整URL",
|
||||
"enabled": false,
|
||||
"model": "spark-1-mini"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user