1. 加入 背景執行 config

This commit is contained in:
Kai 2021-07-14 15:00:09 +08:00
parent 830937f967
commit 0def9429cc
2 changed files with 7 additions and 1 deletions

View File

@ -263,6 +263,7 @@
yAxisID: 'A',
backgroundColor: color.primary._300,
borderColor: color.primary._500,
order: 2,
data: chartToday.powerDatas
}, {
type: 'line',
@ -276,6 +277,7 @@
pointRadius: 4,
pointHoverRadius: 5,
fill: false,
order: 1,
data: chartToday.irradianceDatas,
}]
},

View File

@ -22,6 +22,10 @@
"Root": "Aph7AzoiwAmmBHCfS1rqeQ==",
"Password": "8WMHBEWuT0XoAB4kzduQHA=="
},
"BackgroundServiceCron": {
"CalcPowerStationJob": "0 5 * * * ?",
"CalcAvgPowerStationJob": "0 0 2 * * ?"
},
"SMTPConfig": {
"Host": "smtp.gmail.com",
"Port": 25,