mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
Update & Fix
- update deps. - splash support dark bg - fix parse cpu temp
This commit is contained in:
7
web/splash/splash.js
Normal file
7
web/splash/splash.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function removeSplashFromWeb() {
|
||||
const elem = document.getElementById("splash");
|
||||
if (elem) {
|
||||
elem.remove();
|
||||
}
|
||||
document.body.style.background = "transparent";
|
||||
}
|
||||
Reference in New Issue
Block a user