update 04-10 23:41
This commit is contained in:
parent
e31ccfcc07
commit
02d9fbcff7
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=ThemeDog
|
LUCI_TITLE:=ThemeDog
|
||||||
LUCI_DEPENDS:=
|
LUCI_DEPENDS:=
|
||||||
PKG_VERSION:=0.0.60
|
PKG_VERSION:=0.0.65
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
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
|
@ -25,13 +25,13 @@
|
||||||
.alert-message.fade-in.warning.fade-out {
|
.alert-message.fade-in.warning.fade-out {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
html,body{
|
/* html,body{
|
||||||
color-scheme: none !important;
|
color-scheme: none !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background: none !important;
|
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 {
|
.modal {
|
||||||
background-color: #181c20c7;
|
background-color: #181c20c7;
|
||||||
backdrop-filter: blur(20px);
|
backdrop-filter: blur(20px);
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
local hostname = luci.sys.hostname()
|
local hostname = luci.sys.hostname()
|
||||||
local page = pcdata(table.concat(disp.context.requestpath, "-"))
|
local page = pcdata(table.concat(disp.context.requestpath, "-"))
|
||||||
local lang = luci.i18n.context.lang
|
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")
|
luci.http.prepare_content("text/html; charset=UTF-8")
|
||||||
-%>
|
-%>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
Loading…
Reference in New Issue