🐶 Sync 2026-07-26 21:16:11

This commit is contained in:
github-actions[bot] 2026-07-26 21:16:11 +08:00
parent 21e3d90dc0
commit 2450ea7cca
9 changed files with 16 additions and 13 deletions

View File

@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-caddy
LUCI_TITLE:=LuCI support for caddy
LUCI_DEPENDS:=
LUCI_DEPENDS:=+caddy
PKG_VERSION:=1.0
PKG_RELEASE:=1
PKG_RELEASE:=2
define Package/$(PKG_NAME)/conffiles
/etc/caddy

View File

@ -69,7 +69,7 @@ o:depends("log", "1")
o = s:option(Value, "bin_dir", translate("程序路径"),
translate("caddy二进制的存放路径,填写完整的路径及caddy名称<br>例如:/usr/bin/caddy &nbsp;&nbsp;&nbsp; 例如:/tmp/caddy<br>可自行编译对应架构的二进制程序:<a href='https://www.right.com.cn/forum/forum.php?mod=viewthread&tid=6006472&highlight=caddy' target='_blank'>编译教程</a>"))
o.datatype = "string"
o.placeholder = "/usr/bin/caddy"
o.default = "/usr/bin/caddy"
o = s:option(Value, "data_dir", translate("指向路径"),
translate("指向一个路径可在web界面访问你的文件默认为 /mnt"))

View File

@ -134,7 +134,7 @@ header {
@apply m-0 list-none;
& > a {
@apply text-text hover:bg-hover-faint block w-fit rounded-lg px-3 py-2 text-sm whitespace-nowrap no-underline transition-colors duration-150;
@apply text-text hover:bg-hover-faint block w-fit rounded-xl px-3 py-2 text-sm whitespace-nowrap no-underline transition-colors duration-150;
&.is-active-page {
@apply bg-brand-subtle text-brand font-medium;

View File

@ -1,5 +1,8 @@
.alert-message {
@apply bg-surface-sunken text-text border-hairline sticky top-14 z-30 mb-4 rounded-4xl border p-6 max-md:mx-0 max-md:mb-3 max-md:rounded-3xl max-md:p-4;
/* Radius matches `.cbi-section` (16px): the alert sits in the content layer,
same width and edge alignment as the sections it stacks above. The larger
radii in this theme belong to overlays (24px) and pills (32px). */
@apply bg-surface-sunken text-text border-hairline sticky top-14 z-30 mb-4 rounded-2xl border p-6 max-md:mx-0 max-md:mb-3 max-md:p-4;
&.modal {
@apply static top-auto;
@ -10,7 +13,7 @@
}
.login-shell & {
@apply mb-0 rounded-2xl px-2 py-2.5 text-center text-base max-md:px-0.5;
@apply mb-0 px-2 py-2.5 text-center text-base max-md:px-0.5;
}
&.success {

View File

@ -66,7 +66,7 @@
}
.navigation-sublink {
@apply text-text-muted hover:bg-hover-faint hover:text-text relative flex rounded-lg font-medium no-underline transition-colors duration-150;
@apply text-text-muted hover:bg-hover-faint hover:text-text relative flex rounded-xl font-medium no-underline transition-colors duration-150;
}
/* Active page: a filled brand pill, shared by the sidebar and the drawer. */

View File

@ -47,7 +47,7 @@
}
.cmdk-panel {
@apply border-hairline bg-surface/85 fixed top-24 left-1/2 z-120 w-[min(36rem,calc(100vw-2.5rem))] -translate-x-1/2 overflow-hidden rounded-2xl border shadow-xl backdrop-blur-xl backdrop-saturate-150 transition-[opacity,translate] duration-150 ease-out starting:-translate-y-2 starting:opacity-0;
@apply border-hairline bg-surface/85 fixed top-24 left-1/2 z-120 w-[min(36rem,calc(100vw-2.5rem))] -translate-x-1/2 overflow-hidden rounded-3xl border shadow-xl backdrop-blur-xl backdrop-saturate-150 transition-[opacity,translate] duration-150 ease-out starting:-translate-y-2 starting:opacity-0;
/* <md: the same panel becomes a full-screen takeover (Algolia DocSearch
manner) opaque page background (no full-screen blur cost on phones),
@ -94,7 +94,7 @@
@apply max-md:max-h-none max-md:flex-1 max-md:overscroll-contain;
& .cmdk-row {
@apply text-text flex items-center gap-3 rounded-lg px-3 py-2 text-sm no-underline;
@apply text-text flex items-center gap-3 rounded-xl px-3 py-2 text-sm no-underline;
& .cmdk-title {
@apply min-w-0 truncate;

View File

@ -1,5 +1,5 @@
.cbi-progressbar {
@apply before:text-text bg-surface-sunken relative h-3.5 w-full cursor-help overflow-hidden rounded-full before:absolute before:top-1/2 before:left-1/2 before:-translate-x-1/2 before:-translate-y-1/2 before:rounded-2xl before:text-xs before:whitespace-nowrap before:content-[attr(title)] max-md:h-4 max-md:rounded-2xl max-md:before:text-xs max-md:before:leading-normal;
@apply before:text-text bg-surface-sunken relative h-3.5 w-full cursor-help overflow-hidden rounded-full before:absolute before:top-1/2 before:left-1/2 before:-translate-x-1/2 before:-translate-y-1/2 before:rounded-2xl before:text-xs before:whitespace-nowrap before:content-[attr(title)] max-md:h-4 max-md:before:text-xs max-md:before:leading-normal;
[data-page="admin-system-package-manager"] & {
@apply max-sm:before:text-[10px];
}

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:=1.1.3
PKG_RELEASE:=57
PKG_VERSION:=1.1.4
PKG_RELEASE:=58
PKG_LICENSE:=Apache-2.0
LUCI_MINIFY_CSS:=

File diff suppressed because one or more lines are too long