1. 加入 背景執行 config
This commit is contained in:
parent
830937f967
commit
0def9429cc
@ -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,6 +277,7 @@
|
|||||||
pointRadius: 4,
|
pointRadius: 4,
|
||||||
pointHoverRadius: 5,
|
pointHoverRadius: 5,
|
||||||
fill: false,
|
fill: false,
|
||||||
|
order: 1,
|
||||||
data: chartToday.irradianceDatas,
|
data: chartToday.irradianceDatas,
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user