commit new css by ai

This commit is contained in:
cppla
2024-08-18 13:00:45 +08:00
parent fc89a76cc2
commit 6098f0fb1a
3 changed files with 27 additions and 14 deletions

View File

@@ -289,8 +289,9 @@ function updateTime() {
uptime();
updateTime();
setInterval(uptime, 2000);
setInterval(updateTime, 2000);
// 降低改值可以减少cpu占用
setInterval(uptime, 1000);
setInterval(updateTime, 1000);
// styleswitcher.js
function setActiveStyleSheet(title, cookie = false) {