forked from o0HalfLife0o/TVBoxOSC
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtoken.json
62 lines (62 loc) · 2.54 KB
/
token.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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
}