drone build Wed Sep 9 14:03:37 PDT 2026

This commit is contained in:
2026-09-09 21:03:37 +00:00
parent 33995d363c
commit b281f398fa
295 changed files with 4809 additions and 4811 deletions
+5 -5
View File
@@ -1194,13 +1194,13 @@ var currentThemeValue = localStorage.getItem(THEME);
switch (currentThemeValue) {
case "light":
themeLight.checked = true;
break;
case "auto":
themeAuto.checked = true;
themeAuto.checked = false;
break;
case "dark":
themeDark.checked = true;
themeAuto.checked = false;
break;
case "auto":
default:
themeAuto.checked = true;
}</script>
@@ -1516,7 +1516,7 @@ switch (currentThemeValue) {
light
</label>
<input type="radio" id="theme-auto" name="theme" value="auto">
<input type="radio" id="theme-auto" name="theme" value="auto" checked="">
<label class="theme-auto" for="theme-auto">
auto
</label>
@@ -1530,6 +1530,6 @@ switch (currentThemeValue) {
</footer>
<!-- This page `/9/` was built on 2026-09-09T20:38:09.753Z -->
<!-- This page `/9/` was built on 2026-09-09T21:03:27.324Z -->
</body>
</html>