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', yAxisID: 'A',
backgroundColor: color.primary._300, backgroundColor: color.primary._300,
borderColor: color.primary._500, borderColor: color.primary._500,
order: 2,
data: chartToday.powerDatas data: chartToday.powerDatas
}, { }, {
type: 'line', type: 'line',
@ -276,7 +277,8 @@
pointRadius: 4, pointRadius: 4,
pointHoverRadius: 5, pointHoverRadius: 5,
fill: false, fill: false,
data: chartToday.irradianceDatas, order: 1,
data: chartToday.irradianceDatas,
}] }]
}, },
options: { options: {

View File

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