Skip to content

Commit

Permalink
bump to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
1715173329 committed Feb 3, 2020
1 parent 0a03fd3 commit 65b4d83
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ LUCI_TITLE:=LuCI support for UnblockNeteaseMusic
LUCI_DEPENDS:=+bash +busybox +coreutils-nohup +curl +dnsmasq-full +ipset +libopenssl +node
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-unblockneteasemusic
PKG_VERSION:=2.6
PKG_RELEASE:=3
PKG_VERSION:=2.7
PKG_RELEASE:=1

PKG_MAINTAINER:=[CTCGFW]Project-OpenWrt

Expand Down
2 changes: 1 addition & 1 deletion luasrc/model/cbi/unblockneteasemusic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub_access.rmempty = false
pub_access:depends("advanced_mode", 1)

strict_mode = s:option(Flag, "strict_mode", translate("启用严格模式"))
strict_mode.description = translate("若将服务部署到公网,则强烈建议使用严格模式,此模式下仅放行网易云音乐所属域名的请求;注意:该模式下只能使用PAC方式进行代理")
strict_mode.description = translate("若将服务部署到公网,则强烈建议使用严格模式,此模式下仅放行网易云音乐所属域名的请求;注意:该模式下不能使用全局代理")
strict_mode.default = 0
strict_mode.rmempty = false
strict_mode:depends("advanced_mode", 1)
Expand Down
Binary file modified views/view1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified views/view2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65b4d83

Please sign in to comment.