update 2023-03-11 23:35:52

This commit is contained in:
github-actions[bot] 2023-03-11 23:35:52 +08:00
parent 182886c7fb
commit 1801b3e766
5 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=aliyundrive-webdav
PKG_VERSION:=2.0.4
PKG_VERSION:=2.0.5
PKG_RELEASE:=1
PKG_LICENSE:=MIT

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-aliyundrive-webdav
PKG_VERSION:=2.0.4
PKG_VERSION:=2.0.5
PKG_RELEASE:=1
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)

View File

@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Design Theme
LUCI_DEPENDS:=
PKG_VERSION:=5.4.3
PKG_RELEASE:=20230310
PKG_VERSION:=5.4.5
PKG_RELEASE:=20230311
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -3323,4 +3323,8 @@ form[action="/cgi-bin/luci/admin/network/wireless_join"] input[class="cbi-button
.node-system-diskman.dialog-format-active #dialog_format .dialog_box {
background: var(--alertBackground);
border-radius: 5px;
}
/* adaption plug-in luci-app-watchcat-plus */
.node-services-watchcat-plus select[id*="cbi.opt.watchcat"] {
width: auto;
}

File diff suppressed because one or more lines are too long