Skip to content

Commit f01d088

Browse files
committed
[0.8.1] update livehime version to 7.35.0.9971
1 parent f5a64ec commit f01d088

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

constant/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class BackgroundMode(IntEnum):
7070

7171
APP_KEY = "aae92bc66f3edfab"
7272
APP_SECRET = "af125a0d5279fd576c1b4418a3e8276d"
73-
LIVEHIME_BUILD = "9929"
74-
LIVEHIME_VERSION = "7.34.0.9929"
73+
LIVEHIME_BUILD = "9971"
74+
LIVEHIME_VERSION = "7.35.0.9971"
7575
HEADERS_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
}
9090
HEADERS_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
}
9595
START_LIVE_AUTH_CSRF = True
9696
STOP_LIVE_AUTH_CSRF = False

resources/version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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",
@@ -16,12 +16,12 @@
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

0 commit comments

Comments
 (0)