Skip to content

Commit

Permalink
修改文字说明
Browse files Browse the repository at this point in the history
  • Loading branch information
quzard committed Mar 6, 2021
1 parent ba7123a commit ba1522f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-seu-net
PKG_VERSION:=1.23
PKG_VERSION:=1.24
PKG_RELEASE:=1

include $(INCLUDE_DIR)/package.mk
Expand Down
2 changes: 1 addition & 1 deletion luasrc/model/cbi/seu-net/seu-net.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for _, iface in ipairs(ifaces) do
a:value(iface, ((#nets > 0) and "%s (%s)" % {iface, nets} or iface))
end
end
a.description = translate("<br/>但选择了lan口时一般会默认选择 wan 接口,多拨环境请自行选择接口。未来加入多播登录")
a.description = translate("<br/>一般会默认选择 wan 接口")


a=s:option(Button,"ip",translate("输出后台的IP地址信息(如果不采用该IP,请启动手动输入)"))
Expand Down

0 comments on commit ba1522f

Please sign in to comment.