update 2022-09-16 20:21:47

This commit is contained in:
github-actions[bot] 2022-09-16 20:21:47 +08:00
parent e119e4c1e4
commit 08fe4570ab
5 changed files with 8 additions and 4 deletions

View File

@ -6,9 +6,9 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for ddnsto
LUCI_DEPENDS:=+ddnsto
LUCI_DEPENDS:=+ddnsto +block-mount
LUCI_PKGARCH:=all
PKG_VERSION:=3.0.2
PKG_VERSION:=3.0.3
PKG_RELEASE:=0
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for quickstart
LUCI_DEPENDS:=+quickstart +luci-app-store
LUCI_PKGARCH:=all
PKG_VERSION:=0.5.6-1
PKG_VERSION:=0.5.7-1
# PKG_RELEASE MUST be empty for luci.mk
PKG_RELEASE:=

View File

@ -12,6 +12,7 @@ function index()
end
entry({"admin", "nas", "raid"}, call("quickstart_index", {index={"admin", "nas"}}), _("RAID"), 10).leaf = true
entry({"admin", "nas", "smart"}, call("quickstart_index", {index={"admin", "nas"}}), _("S.M.A.R.T."), 11).leaf = true
entry({"admin", "network", "interfaceconfig"}, call("quickstart_index", {index={"admin", "network"}}), _("NetworkPort"), 11).leaf = true
else
entry({"admin", "quickstart"}, call("redirect_fallback")).leaf = true
end

View File

@ -6,3 +6,6 @@ msgstr "首页"
msgid "RAID"
msgstr "磁盘阵列"
msgid "NetworkPort"
msgstr "网口配置"

View File

@ -1,5 +1,5 @@
{
"admin/quickstart": {
"admin/quickstart/*": {
"title": "QuickStart",
"order": 1,
"action": {