feat(config): 南京公共资源交易中心

This commit is contained in:
2025-12-15 18:15:05 +08:00
parent 6fc9748009
commit 02e3728c5e
373 changed files with 227 additions and 216925 deletions

View File

@@ -2,14 +2,9 @@
"scheduler": {
"enabled": true,
"cronTime": "0 9 * * *",
"threshold": 100000,
"description": "每天9点采集大于10亿的项目",
"timeRange": "thisMonth",
"pushRules": {
"urgentThreshold": 500000,
"urgentPush": false,
"summaryPush": true
}
"threshold": 10000,
"description": "每天9点采集大于1亿的项目",
"timeRange": "thisMonth"
},
"email": {
"smtpHost": "smtp.example.com",
@@ -17,11 +12,5 @@
"smtpUser": "your-email@example.com",
"smtpPass": "your-password",
"recipients": "recipient1@example.com,recipient2@example.com"
},
"llm": {
"enabled": false,
"apiKey": "",
"baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"model": "qwen-turbo"
}
}