Update Settings Shell.

This commit is contained in:
Bruce
2025-12-01 22:51:46 +08:00
parent 5796fb40e1
commit 98c0f91b8c
28 changed files with 38814 additions and 382 deletions

View File

@@ -218,6 +218,11 @@
containerId = container.id;
}
} else document.getElementById(containerId);
if (shouldAnimate == true) {
container.setAttribute("data-start-loading", true);
} else {
container.removeAttribute("data-start-loading");
}
var textNode = container.firstChild;
if (!textNode || textNode.nodeType !== 3) {
textNode = document.createTextNode("");