update 2022-04-23 16:47:31

This commit is contained in:
github-actions[bot] 2022-04-23 16:47:31 +08:00
parent 5950bc49de
commit 4353347171
8 changed files with 19 additions and 25 deletions

View File

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-argonne-config
PKG_VERSION:=0.11
PKG_RELEASE:=20211220
PKG_VERSION:=1.2
PKG_RELEASE:=1
PKG_MAINTAINER:=jerrykuku <jerrykuku@qq.com>

View File

@ -1,7 +1,3 @@
--[[
luci-app-argonne-config
]]--
module("luci.controller.argonne-config", package.seeall)
function index()
@ -9,5 +5,6 @@ function index()
return
end
entry({"admin", "system", "argonne-config"}, form("argonne-config"), _("Argonne Config"), 90)
local page = entry({"admin", "system", "argonne-config"}, form("argonne-config"), _("Argonne Config"), 90)
page.acl_depends = { "luci-app-argonne-config" }
end

View File

@ -26,12 +26,12 @@ msgstr ""
"preestablecido: 0.5)"
#: applications/luci-app-argonne-config/luasrc/model/cbi/argonne-config.lua:92
msgid "A HEX Color ; ( Default: #787399 )"
msgstr "Un color HEX; (Predeterminado: #787399)"
msgid "A HEX Color ; ( Default: #483d8b )"
msgstr "Un color HEX; (Predeterminado: #483d8b)"
#: applications/luci-app-argonne-config/luasrc/model/cbi/argonne-config.lua:72
msgid "A HEX Color ; ( Default: #787399 )"
msgstr "Un color HEX; (Predeterminado: #787399)"
msgid "A HEX Color ; ( Default: #5e72e4 )"
msgstr "Un color HEX; (Predeterminado: #5e72e4)"
#: applications/luci-app-argonne-config/luasrc/controller/argonne-config.lua:11
#: applications/luci-app-argonne-config/luasrc/model/cbi/argonne-config.lua:53

View File

@ -47,14 +47,11 @@ msgstr "[亮色模式] 主色调"
msgid "[Dark mode] Primary Color"
msgstr "[暗色模式] 主色调"
msgid "A HEX Color ; ( Default: #787399 )"
msgstr "十六进制颜色值 ( 预设为:#787399 )"
msgid "A HEX Color ; ( Default: #5e72e4 )"
msgstr "十六进制颜色值 ( 预设为:#5e72e4 )"
msgid "A HEX Color ; ( Default: #787399 )"
msgstr "十六进制颜色值 ( 预设为:#787399 )"
msgid "[Light mode] Transparency"
msgstr "[亮色模式] 透明度"
msgid "A HEX Color ; ( Default: #483d8b )"
msgstr "十六进制颜色值 ( 预设为:#483d8b )"
msgid "[Light mode] Transparency"
msgstr "[亮色模式] 透明度"
@ -92,7 +89,6 @@ msgstr "无法打开文件:"
msgid "Create upload file error."
msgstr "创建上传文件失败。"
msgid "File name"
msgstr "文件名"

View File

@ -0,0 +1 @@
zh-cn

View File

@ -1,9 +1,9 @@
config global
option primary '#5e72e4'
option dark_primary ' #483d8b'
option dark_primary '#483d8b'
option blur '10'
option blur_dark '10'
option transparency '0.5'
option transparency_dark '0.5'
option mode 'normal'
option bing_background '0'
option bing_background '0'

View File

@ -1,6 +1,6 @@
{
"luci-argonne-config": {
"description": "Luci Argonne theme config ",
"luci-app-argonne-config": {
"description": "Grant UCI access for luci-app-argonne-config",
"read": {
"uci": [ "argonne" ]
},
@ -8,4 +8,4 @@
"uci": [ "argonne" ]
}
}
}
}

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argonne kenzo
LUCI_DEPENDS:=
PKG_VERSION:=1.7.3
PKG_RELEASE:=1
PKG_RELEASE:=2
include $(TOPDIR)/feeds/luci/luci.mk