update 2025-05-11 04:22:07

This commit is contained in:
kenzok8 2025-05-11 04:22:07 +08:00
parent b5265110e0
commit 1fb241523e
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-bypass
PKG_VERSION:=1.2
PKG_RELEASE:=20
PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server \

View File

@ -6,6 +6,8 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for Fileassistant
LUCI_PKGARCH:=all
PKG_VERSION:=1.0-5
PKG_RELEASE:=5
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -1,7 +1,6 @@
module("luci.controller.fileassistant", package.seeall)
function index()
entry({"admin", "nas"}, firstchild(), _("NAS") , 45).dependent = false
local page
page = entry({"admin", "system", "fileassistant"}, template("fileassistant"), _("文件管理"), 50)