mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-07 07:06:45 +08:00
update 2023-07-22 14:01:06
This commit is contained in:
parent
2d7bbd399d
commit
c450bc9020
@ -11,7 +11,7 @@ LUCI_PKGARCH:=all
|
||||
|
||||
PKG_NAME:=luci-app-unblockneteasemusic
|
||||
PKG_VERSION:=2.14
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||
|
||||
|
@ -40,13 +40,19 @@ o.placeholder = "wmid=; session_key="
|
||||
o.datatype = "string"
|
||||
o:depends("use_custom_cookie", 1)
|
||||
|
||||
o = s:option(Value, "kuwo_cookie", translate("Kuwo Cookie"))
|
||||
o.description = translate("通过抓包 PC 网页搜索请求获取,需要 Hm 和 Secret 值")
|
||||
o.placeholder = "Hm_=; Secret="
|
||||
o.datatype = "string"
|
||||
o:depends("use_custom_cookie", 1)
|
||||
|
||||
o = s:option(Value, "migu_cookie", translate("Migu Cookie"))
|
||||
o.description = translate("通过抓包手机客户端请求获取,需要 aversionid 值")
|
||||
o.datatype = "string"
|
||||
o:depends("use_custom_cookie", 1)
|
||||
|
||||
o = s:option(Value, "qq_cookie", translate("QQ Cookie"))
|
||||
o.description = translate("在 y.qq.com 获取,需要 uin 和 qm_keyst值 ")
|
||||
o.description = translate("在 y.qq.com 获取,需要 uin 和 qm_keyst值")
|
||||
o.placeholder = "uin=; qm_keyst="
|
||||
o.datatype = "string"
|
||||
o:depends("use_custom_cookie", 1)
|
||||
|
@ -121,6 +121,7 @@ start_service() {
|
||||
procd_append_param env LOG_LEVEL="$log_level"
|
||||
|
||||
append_param_env "config" "joox_cookie" "JOOX_COOKIE"
|
||||
append_param_env "config" "kuwo_cookie" "KUWO_COOKIE"
|
||||
append_param_env "config" "migu_cookie" "MIGU_COOKIE"
|
||||
append_param_env "config" "qq_cookie" "QQ_COOKIE"
|
||||
append_param_env "config" "youtube_key" "YOUTUBE_KEY"
|
||||
|
Loading…
Reference in New Issue
Block a user