新增定时账单功能
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 30s
Docker Build & Deploy / Deploy to Production (push) Successful in 7s

This commit is contained in:
孙诚
2025-12-29 15:20:32 +08:00
parent 13bf23a48c
commit 9719c6043a
19 changed files with 2409 additions and 27 deletions

View File

@@ -66,6 +66,11 @@
"AuthSettings": {
"Password": "SCsunch940622"
},
"Quartz": {
"quartz.scheduler.instanceName": "EmailBillScheduler",
"quartz.jobStore.type": "Quartz.Simpl.RAMJobStore, Quartz",
"quartz.threadPool.threadCount": 10
},
"OpenAI": {
"Endpoint": "https://api.deepseek.com/v1",
"Key": "sk-2240d91e2ab1475881147e3810b343d3",