mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
merge fix for luci-app-unblockmusic
This commit is contained in:
parent
7e85118050
commit
540c4ab1e9
@ -7,7 +7,7 @@
|
||||
# 2019-06-08
|
||||
#
|
||||
# Second revision by [CTCGFW]Project-OpenWRT
|
||||
# 2019.07.15
|
||||
# 2019.07.15
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
|
@ -6,7 +6,7 @@ function index()
|
||||
return
|
||||
end
|
||||
|
||||
entry({"admin", "services", "unblockmusic"},firstchild(), _("恢复网易云音乐无版权歌曲"), 50).dependent = false
|
||||
entry({"admin", "services", "unblockmusic"},firstchild(), _("解锁网易云音乐灰色歌曲"), 50).dependent = false
|
||||
|
||||
entry({"admin", "services", "unblockmusic", "general"},cbi("unblockmusic"), _("Base Setting"), 1)
|
||||
entry({"admin", "services", "unblockmusic", "log"},form("unblockmusiclog"), _("Log"), 2)
|
||||
|
@ -10,7 +10,7 @@ config unblockmusic
|
||||
option pub_access '0'
|
||||
option advanced_mode '0'
|
||||
option strict_mode '1'
|
||||
option ipset_forward_nohttps '0'
|
||||
option ipset_forward_nohttps '1'
|
||||
option use_hosts '0'
|
||||
option set_netease_server_ip '0'
|
||||
option enable_proxy '0'
|
||||
|
Loading…
Reference in New Issue
Block a user