forked from o0HalfLife0o/TVBoxOSC
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
83 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
//複製 token.json 到安卓設備的/sdcard/TV/目錄,并填寫必要的内容 | ||
"use_internal_storage":false,//沒有SD卡讀寫權限设置为true | ||
"token":"",//阿里云盤的32位token | ||
"open_token":"",//alist或其他openapi提供方申請的280位aliyun openapi token,也可以不寫 | ||
"open_api_url":"get|https://adrive.xdow.net/oauth/access_token", | ||
"oauth_client_id":"", | ||
"oauth_client_secret":"", | ||
"oauth_auth_url":"", | ||
"oauth_refresh_url":"", | ||
"thread_limit":32,//這裏是阿里云盤的GO代理的并發協程數或java代理的并發綫程數,若遇到賬號被限制并發數,請將此數值改爲10 | ||
"is_vip":true,//是否是阿里云盤的VIP用戶 | ||
"vip_thread_limit":10,//這裏是阿里云盤的轉存原畫(OpenToken)并發綫程數,若遇到賬號被限制并發數,請將此數值改爲10 | ||
"vod_flags":"4kz|auto",//可選的預覽畫質包括qhd,fhd,hd,sd,ld | ||
"quark_thread_limit":32,//這裏是夸克網盤GO代理的并發協程數或java代理的并發綫程數,若遇到賬號被限制並發數,請將此數值改爲10 | ||
"quark_is_vip":false,//是否是夸克網盤的VIP用戶 | ||
"quark_vip_thread_limit":32,//這裏是夸克網盤設置quark_is_vip:true之後的并發綫程數,若遇到賬號被限制并發數,請將此數值改爲10 | ||
"quark_flags":"4kz|auto",//可選的預覽畫質包括4k,2k,super,high,low,normal | ||
"uc_thread_limit":0,// | ||
"uc_is_vip":false, | ||
"uc_vip_thread_limit":0, | ||
"uc_flags":"4kz|auto", | ||
"thunder_thread_limit":2, | ||
"thunder_is_vip":false, | ||
"thunder_vip_thread_limit":2, | ||
"thunder_flags":"4k|4kz|auto", | ||
"aliproxy":"", | ||
"aliproxy_url":"", | ||
"proxy":"", | ||
"danmu":true, | ||
"quark_danmu":true, | ||
"quark_cookie":"", | ||
"uc_cookie":"", | ||
"thunder_username":"", | ||
"thunder_password":"", | ||
"thunder_captchatoken":"", | ||
"yd_auth":"", | ||
"yd_thread_limit":4, | ||
"yd_flags":"auto|4kz", | ||
"yd_danmu":true, | ||
"pikpak_username":"", | ||
"pikpak_password":"", | ||
"pikpak_flags":"4k|auto", | ||
"pikpak_thread_limit":2, | ||
"pikpak_vip_thread_limit":2, | ||
"pikpak_proxy":"", | ||
"pikpak_proxy_onlyapi":false, | ||
"pikpak_danmu":true, | ||
"wgcf_key":"", | ||
"wgcf_key2":"", | ||
"wgcf_ipport":"", | ||
"wgcf_xray_url":"./xray.gz", | ||
"wgcf_geoip_url":"./geoip.dat.gz", | ||
"wgcf_json_url":"./wgcf.json", | ||
"wgcf_vless_id":"", | ||
"wgcf_vless_optname":"singapore.com:443", | ||
"wgcf_vless_worker":"", | ||
"wgcf_vless_path":"/?ed=2048", | ||
"wgcf_vless_protocol":"vless", | ||
"wgcf_vless_network":"ws", | ||
"wgcf_vless_tls":false | ||
} |
This file was deleted.
Oops, something went wrong.