update 04-10 23:41

This commit is contained in:
github-actions[bot] 2022-04-10 23:41:31 +08:00
parent e31ccfcc07
commit 02d9fbcff7
5 changed files with 10 additions and 7 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=ThemeDog
LUCI_DEPENDS:=
PKG_VERSION:=0.0.60
PKG_VERSION:=0.0.65
include $(TOPDIR)/feeds/luci/luci.mk

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,13 +25,13 @@
.alert-message.fade-in.warning.fade-out {
display: none !important;
}
html,body{
/* html,body{
color-scheme: none !important;
}
body {
background: none !important;
/* background: url(/luci-static/themedog/image/bg.gif) no-repeat center center fixed; */
}
background: url(/luci-static/themedog/image/bg.gif) no-repeat center center fixed;
} */
.modal {
background-color: #181c20c7;
backdrop-filter: blur(20px);

View File

@ -6,7 +6,7 @@
local hostname = luci.sys.hostname()
local page = pcdata(table.concat(disp.context.requestpath, "-"))
local lang = luci.i18n.context.lang
local isindex = path == "admin-themedog"
local isindex = ( path == "admin-themedog" or path == "admin-themedog_dev" )
luci.http.prepare_content("text/html; charset=UTF-8")
-%>
<!DOCTYPE html>