From 0864a03f89e48810bb8de72812015abf83ded3f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Jul 2022 20:15:56 +0800 Subject: [PATCH] update 2022-07-24 20:15:56 --- aliyundrive-webdav/Makefile | 2 +- luci-app-aliyundrive-webdav/Makefile | 2 +- luci-lib-taskd/Makefile | 2 +- luci-lib-taskd/htdocs/luci-static/resources/tasks/tasks.css | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/aliyundrive-webdav/Makefile b/aliyundrive-webdav/Makefile index 3d83d567..824b1425 100644 --- a/aliyundrive-webdav/Makefile +++ b/aliyundrive-webdav/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aliyundrive-webdav -PKG_VERSION:=1.8.4 +PKG_VERSION:=1.8.5 PKG_RELEASE:=$(AUTORELEASE) PKG_LICENSE:=MIT diff --git a/luci-app-aliyundrive-webdav/Makefile b/luci-app-aliyundrive-webdav/Makefile index b4cc50bd..30de83d8 100644 --- a/luci-app-aliyundrive-webdav/Makefile +++ b/luci-app-aliyundrive-webdav/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-aliyundrive-webdav -PKG_VERSION:=1.8.4 +PKG_VERSION:=1.8.5 PKG_RELEASE:=1 PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE) diff --git a/luci-lib-taskd/Makefile b/luci-lib-taskd/Makefile index d950cdbe..ff9d3cc9 100644 --- a/luci-lib-taskd/Makefile +++ b/luci-lib-taskd/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=Task library LUCI_DEPENDS:=+luci-lib-xterm +taskd LUCI_PKGARCH:=all -PKG_VERSION:=1.0.13 +PKG_VERSION:=1.0.14 PKG_RELEASE:= PKG_MAINTAINER:=jjm2473 diff --git a/luci-lib-taskd/htdocs/luci-static/resources/tasks/tasks.css b/luci-lib-taskd/htdocs/luci-static/resources/tasks/tasks.css index 6d24576d..bbe66205 100644 --- a/luci-lib-taskd/htdocs/luci-static/resources/tasks/tasks.css +++ b/luci-lib-taskd/htdocs/luci-static/resources/tasks/tasks.css @@ -15,6 +15,7 @@ #tasks_dialog { position: absolute; width: 770px; + max-width: 100%; max-height: 100%; left: 50%; top: 50%;