update 2025-05-11 04:22:07
This commit is contained in:
parent
b5265110e0
commit
1fb241523e
|
@ -1,6 +1,8 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-bypass
|
PKG_NAME:=luci-app-bypass
|
||||||
|
PKG_VERSION:=1.2
|
||||||
|
PKG_RELEASE:=20
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server \
|
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server \
|
||||||
|
|
|
@ -6,6 +6,8 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI support for Fileassistant
|
LUCI_TITLE:=LuCI support for Fileassistant
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
|
PKG_VERSION:=1.0-5
|
||||||
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
module("luci.controller.fileassistant", package.seeall)
|
module("luci.controller.fileassistant", package.seeall)
|
||||||
|
|
||||||
function index()
|
function index()
|
||||||
entry({"admin", "nas"}, firstchild(), _("NAS") , 45).dependent = false
|
|
||||||
|
|
||||||
local page
|
local page
|
||||||
page = entry({"admin", "system", "fileassistant"}, template("fileassistant"), _("文件管理"), 50)
|
page = entry({"admin", "system", "fileassistant"}, template("fileassistant"), _("文件管理"), 50)
|
||||||
|
|
Loading…
Reference in New Issue