🚀 Sync 2026-05-31 11:05:20

This commit is contained in:
github-actions[bot] 2026-05-31 11:05:20 +08:00
parent 31731ec3bb
commit 1bbdab6e1b
13 changed files with 44 additions and 12 deletions

View File

@ -35,7 +35,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
}
return request.post(rpcBaseURL + q, req, {
timeout: (L.env.rpctimeout ?? 20) * 1000,
timeout: (L.env.rpctimeout ?? 60) * 1000,
nobatch,
credentials: true
}).then(cb, cb);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -11,7 +11,7 @@
"src": "/luci-static/aurora/images/pwa/app-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
"purpose": "any maskable"
},
{
"src": "/luci-static/aurora/images/pwa/app-icon-512x512.png",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -194,7 +194,7 @@ header {
#syslog,
#log_textarea {
@apply w-full text-xs leading-snug;
@apply w-full font-mono text-xs leading-snug;
}
#syslog {

View File

@ -34,14 +34,46 @@
@apply rounded-none;
}
@apply bg-panel-bg/95 not-[.tr]:border-border/40 not-[.tr]:hover:border-border/50 max-md:bg-panel-bg/98 not-[.tr]:max-md:border-border/30 not-[.tr]:border not-[.tr]:shadow-lg not-[.tr]:hover:shadow-xl not-[.tr]:max-md:border;
/* Dark mode: override custom.css hardcoded light-mode colors on all text nodes */
& span {
@apply dark:text-foreground!;
}
& td {
@apply dark:text-foreground!;
}
& th {
@apply dark:text-foreground!;
}
img[src*=".svg"] {
@apply dark:invert;
}
/* Compact spacing for assoclist cells (carry .td/.th classes) */
& .td {
@apply py-2 max-md:py-1;
}
& .th {
@apply py-2;
}
/* Inline info tables (e.g. DNS): strip card decoration, restore table layout */
& .table:not(.assoclist) {
@apply border-0 rounded-none shadow-none bg-transparent mb-0;
& tr {
@apply hover:bg-transparent max-md:table-row max-md:border-0 max-md:px-0 max-md:py-0;
}
& td {
@apply border-0 px-0 py-0.5 max-md:table-cell;
&:first-child {
@apply pr-2 whitespace-nowrap opacity-70;
}
}
}
}
.title {
img {
&[src*=".svg"] {
@apply dark:invert;
}
}
h3 {
@apply text-foreground border-0 pb-4 max-md:mx-0 max-md:pb-2;
}

View File

@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Aurora Theme (A modern browser theme built with Vite and Tailwind CSS)
LUCI_DEPENDS:=+luci-base
PKG_VERSION:=0.11.10
PKG_RELEASE:=13
PKG_VERSION:=0.11.11
PKG_RELEASE:=14
PKG_LICENSE:=Apache-2.0
LUCI_MINIFY_CSS:=

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -11,7 +11,7 @@
"src": "/luci-static/aurora/images/pwa/app-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
"purpose": "any maskable"
},
{
"src": "/luci-static/aurora/images/pwa/app-icon-512x512.png",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -124,8 +124,8 @@
<link rel="stylesheet" href="{{ media }}/login.css">
{% else %}
<link rel="stylesheet" href="{{ media }}/main.css">
<link rel="stylesheet" href="{{ media }}/fonts/aurora-font.css?v={{ icon_cache_version }}">
{% endif %}
<link rel="stylesheet" href="{{ media }}/fonts/aurora-font.css?v={{ icon_cache_version }}">
<link rel="icon" href="{{ media }}/images/{{ logo_svg }}?v={{ icon_cache_version }}" sizes="any" type="image/svg+xml">
<link rel="icon" href="{{ media }}/images/favicon.ico" sizes="32x32">
<link rel="apple-touch-icon" href="{{ media }}/images/pwa/apple-touch-icon.png?v={{ icon_cache_version }}">