File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ class BackgroundMode(IntEnum):
7070
7171APP_KEY = "aae92bc66f3edfab"
7272APP_SECRET = "af125a0d5279fd576c1b4418a3e8276d"
73- LIVEHIME_BUILD = "9929 "
74- LIVEHIME_VERSION = "7.34 .0.9929 "
73+ LIVEHIME_BUILD = "9971 "
74+ LIVEHIME_VERSION = "7.35 .0.9971 "
7575HEADERS_WEB = {
7676 "Accept" : "*/*" ,
7777 "Accept-Encoding" : "gzip, deflate" ,
@@ -85,12 +85,12 @@ class BackgroundMode(IntEnum):
8585 "Sec-Fetch-Site" : "same-site" ,
8686 "Sec-Fetch-Mode" : "cors" ,
8787 "Sec-Fetch-Dest" : "empty" ,
88- "User-Agent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 pc_app/livehime build/9929 "
88+ "User-Agent" : "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 pc_app/livehime build/9971 "
8989}
9090HEADERS_APP = {
9191 "Accept-Encoding" : "gzip,deflate" ,
9292 "Connection" : "keep-alive" ,
93- "User-Agent" : "LiveHime/7.34 .0.9929 os/Windows pc_app/livehime build/9929 osVer/10.0_x86_64"
93+ "User-Agent" : "LiveHime/7.35 .0.9971 os/Windows pc_app/livehime build/9971 osVer/10.0_x86_64"
9494}
9595START_LIVE_AUTH_CSRF = True
9696STOP_LIVE_AUTH_CSRF = False
Original file line number Diff line number Diff line change 11{
22 "ak" : " aae92bc66f3edfab" ,
33 "as" : " af125a0d5279fd576c1b4418a3e8276d" ,
4- "b" : " 9929 " ,
5- "v" : " 7.34 .0.9929 " ,
4+ "b" : " 9971 " ,
5+ "v" : " 7.35 .0.9971 " ,
66 "hw" : {
77 "Accept" : " */*" ,
88 "Accept-Encoding" : " gzip, deflate" ,
1616 "Sec-Fetch-Site" : " same-site" ,
1717 "Sec-Fetch-Mode" : " cors" ,
1818 "Sec-Fetch-Dest" : " empty" ,
19- "User-Agent" : " Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 pc_app/livehime build/9929 "
19+ "User-Agent" : " Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 pc_app/livehime build/9971 "
2020 },
2121 "ha" : {
2222 "Accept-Encoding" : " gzip,deflate" ,
2323 "Connection" : " keep-alive" ,
24- "User-Agent" : " LiveHime/7.34 .0.9929 os/Windows pc_app/livehime build/9929 osVer/10.0_x86_64"
24+ "User-Agent" : " LiveHime/7.35 .0.9971 os/Windows pc_app/livehime build/9971 osVer/10.0_x86_64"
2525 },
2626 "start_ac" : true ,
2727 "stop_ac" : false
You can’t perform that action at this time.
0 commit comments