mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-07 06:41:05 +02:00
Update index.js
This commit is contained in:
parent
8840c1bd30
commit
b6596502ce
1 changed files with 0 additions and 3 deletions
|
@ -370,9 +370,6 @@ if (weather.includes("rain")) {
|
|||
} else if (weather.includes("cloud")) {
|
||||
deco.src = "/assets/js/clouds.js";
|
||||
document.body.appendChild(deco);
|
||||
} else {
|
||||
deco.src = "/assets/js/sun.js";
|
||||
document.body.appendChild(deco);
|
||||
}
|
||||
|
||||
let decoShowing = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue