🎁 Sync 2026-08-29 06:41:41

This commit is contained in:
github-actions[bot]
2026-08-29 06:41:41 +08:00
parent 03e0670c3f
commit e92ae720d3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argon Theme
LUCI_DEPENDS:=+USE_APK:wget-any +!USE_APK:wget +jsonfilter
PKG_VERSION:=2.4.7
PKG_RELEASE:=9
PKG_RELEASE:=10
CONFIG_LUCI_CSSTIDY:=
@@ -47,7 +47,7 @@
-%}
<!DOCTYPE html>
<html lang="{{ dispatcher.lang }}"{% if (mode == 'dark'): %} data-darkmode="true"{% elif (mode == 'light'): %} data-darkmode="false"{% endif %}>
<html lang="{{ dispatcher.lang }}"{% if (mode == 'light'): %} data-darkmode="false"{% else: %} data-darkmode="true"{% endif %}>
<head>
{% include("themes/" + theme + "/head_meta", { hostname: hostname, node: node, bar_color: bar_color, media: media }) %}