forked from Hri7566/mpp-server-dev2
ofo
This commit is contained in:
parent
486f2be7db
commit
49dcd1a0fa
|
@ -72,6 +72,8 @@ function getTimeColor(currentDate = new Date()) {
|
|||
// let l = 0.5;
|
||||
l = l / 2;
|
||||
|
||||
console.log(h, s, l);
|
||||
|
||||
// convert to rgb
|
||||
let [r, g, b] = hslToRgb(h, s, l);
|
||||
|
||||
|
|
Loading…
Reference in New Issue