CN_SZTL il y a 6 ans
Parent
commit
3a838f5b52
3 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 2 3
      README.md
  2. 3 2
      luasrc/model/cbi/unblockneteasemusic.lua
  3. BIN
      views/view1.jpg

+ 2 - 3
README.md

@@ -9,9 +9,8 @@
 2. 支持使用IPset/Hosts自动劫持相关请求,客户端无需设置代理即可使用
 3. 支持HTTPS劫持,客户端信任证书后即可正常使用
 4. 支持将服务公开至公网(默认监听局域网),支持开启严格模式
-5. 支持设定代理,支持指定网易云音乐服务器IP(针对Hosts劫持法)
-6. 支持设定EndPoint,配置更加方便
-- PS:如果直接在本插件中开启Hosts劫持,则无需指定网易云音乐服务器IP
+5. 支持设定代理,支持指定网易云音乐服务器IP,支持设定EndPoint
+6. 启动时自动更新Core,确保插件正常运作
 
 ## 原理
 - 其原理是采用 [QQ/虾米/百度/酷狗/酷我/咕咪/JOOX] 等音源,替换网易云 无版权/收费 歌曲链接

+ 3 - 2
luasrc/model/cbi/unblockneteasemusic.lua

@@ -64,7 +64,7 @@ enabled.default = 0
 enabled.rmempty = false
 enabled:depends("advanced_mode", 1)
 
-account = s:option(Value, "netease_server_ip", translate("自定义网易云服务器IP"))
+account = s:option(Value, "netease_server_ip", translate("网易云服务器IP"))
 account.description = translate("通过 ping music.163.com 即可获得IP地址,仅限填写一个")
 account.placeholder = "59.111.181.38"
 account.datatype = "ipaddr"
@@ -73,10 +73,11 @@ account:depends("advanced_mode", 1)
 
 account = s:option(Value, "endpoint_url", translate("EndPoint"))
 account.description = translate("具体说明请参见:https://github.com/nondanee/UnblockNeteaseMusic")
+account.placeholder = "https://music.163.com"
 account.datatype = "string"
 account:depends("advanced_mode", 1)
 
-account = s:option(Value, "proxy_server_ip", translate("代理服务器IP"))
+account = s:option(Value, "proxy_server_ip", translate("代理服务器地址"))
 account.description = translate("使用代理服务器获取音乐信息")
 account.placeholder = "http(s)://host:port"
 account.datatype = "string"

BIN
views/view1.jpg