This commit is contained in:
jerrykuku 2020-02-03 11:52:51 +08:00
parent 12bae1d68e
commit d4c375133a
3 changed files with 17 additions and 14 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argon Theme
LUCI_DEPENDS:=
PKG_VERSION:=2.0
PKG_RELEASE:=20200131
PKG_RELEASE:=20200203
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -1,21 +1,24 @@
/**
* Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI
* Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template
*
* luci-theme-material
* Copyright 2015 Lutty Yang <lutty@wcan.in>
* luci-theme-argon
* Copyright 2019 Jerrykuku <jerrykuku@qq.com>
*
* Have a bug? Please create an issue here on GitHub!
* https://github.com/LuttyYang/luci-theme-material/issues
* Have a bug? Please create an issue here on GitHub!
* https://github.com/jerrykuku/luci-theme-argon/issues
*
* luci-theme-bootstrap:
* Copyright 2008 Steven Barth <steven@midlink.org>
* Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
* Copyright 2012 David Menting <david@nut-bolt.nl>
* luci-theme-material:
* Copyright 2015 Lutty Yang <lutty@wcan.in>
* https://github.com/LuttyYang/luci-theme-material/
*
* MUI:
* https://github.com/muicss/mui
* Agron Theme
* https://demos.creative-tim.com/argon-dashboard/index.html
*
* Licensed to the public under the Apache License 2.0
* Login background
* https://unsplash.com/
* Font generate by Icomoon<icomoon.io>
*
* Licensed to the public under the Apache License 2.0
*/
document.addEventListener('luci-loaded', function(ev) {

View File

@ -167,7 +167,7 @@
end
local bgcount = 0
for f in ipairs(glob("/www/luci-static/material/img/*")) do
for f in ipairs(glob("/www/luci-static/argon/img/*")) do
bgcount = bgcount + 1
end
-%>