themes : argon-mod : fix bug and format

This commit is contained in:
CN_SZTL 2020-02-03 19:45:16 +08:00
parent f56f6064c4
commit 9ee438dea2
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
5 changed files with 1864 additions and 1370 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argon Light Mod Theme
LUCI_DEPENDS:=
PKG_VERSION:=1.4
PKG_RELEASE:=02-20200101
PKG_RELEASE:=03-20200101
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -196,7 +196,7 @@
math.randomseed(os.time())
local bgcount = 0
for f in ipairs(glob("/www/luci-static/argon_mc1/img/*")) do
for f in ipairs(glob("/www/luci-static/argon_light/img/*")) do
bgcount = bgcount + 1
end

View File

@ -196,7 +196,7 @@
math.randomseed(os.time())
local bgcount = 0
for f in ipairs(glob("/www/luci-static/argon_mc1/img/*")) do
for f in ipairs(glob("/www/luci-static/argon_light_green/img/*")) do
bgcount = bgcount + 1
end