update 2023-03-19 00:23:15

This commit is contained in:
github-actions[bot] 2023-03-19 00:23:15 +08:00
parent 6292620f01
commit 00a9c40466
4 changed files with 15 additions and 3 deletions

View File

@ -14,7 +14,7 @@ start_service() {
config_get_bool enabled config enabled
config_get WORK_DIR config workdir
[ "$enabled" -eq "1" ] || return 1
[ "$enabled" -eq "1" ] || exit 2
[ -d "$WORK_DIR" ] || mkdir -m 0755 -p "$WORK_DIR"
procd_open_instance

View File

@ -1,3 +1,12 @@
<div align="center">
</a><a href="https://github.com/gngpp/luci-app-design-config/releases">
<img src="https://img.shields.io/github/release/gngpp/luci-app-design-config.svg?style=flat">
</a><a href="hhttps://github.com/gngpp/luci-app-design-config/releases">
<img src="https://img.shields.io/github/downloads/gngpp/luci-app-design-config/total?style=flat">
</a>
</div>
<br>
# luci-app-design-config
Design Theme Config Plugin

View File

@ -3346,4 +3346,7 @@ form[action="/cgi-bin/luci/admin/network/wireless_join"] input[class="cbi-button
.node-services-watchcat-plus select[id*="cbi.opt.watchcat"] {
width: auto;
}
/* fix node-nas-fileassistant table overflow style */
.node-nas-fileassistant #list-content {
overflow: auto;
}

File diff suppressed because one or more lines are too long