Skip to content

Commit

Permalink
增加登录网址说明
Browse files Browse the repository at this point in the history
  • Loading branch information
quzard committed Mar 21, 2021
1 parent 6a9b688 commit 92a44b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.24
PKG_VERSION:=1.25
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 @@ -4,7 +4,7 @@ local ifaces = sys.net:devices()


m = Map("seu-net", "东南大学校园网登录助手")
m.description = translate("原理:使用curl进行发送登录或者注销请求从而实现登录或者注销<br />具体使用方法可查看github:<br />https://github.com/quzard/luci-app-seu-net")
m.description = translate("原理:使用curl进行发送登录或者注销请求从而实现登录或者注销<br />具体使用方法可查看github:<br />https://github.com/quzard/luci-app-seu-net<br />宿舍手动登录地址10.80.128.2 非宿舍手动登录地址1.1.1.1")

m:section(SimpleSection).template = "seu-net/seu_status"

Expand Down

0 comments on commit 92a44b7

Please sign in to comment.