Skip to content

Commit 722ceea

Browse files
committed
0.11.53,修正设备信息
1 parent 5054a3b commit 722ceea

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

OlivOS/core/info/infoAPI.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
import OlivOS
1818

1919

20-
OlivOS_Version = '0.11.52'
21-
OlivOS_SVN = 172
22-
OlivOS_Version_Slogan = '炖沼泽鬼鱼'
20+
OlivOS_Version = '0.11.53'
21+
OlivOS_SVN = 173
22+
OlivOS_Version_Slogan = '梅菜扣肉'
2323

2424
# Compatible <= Plugin[compatible_svn] : Compatible
2525
# OldCompatible <= Plugin[compatible_svn] < Compatible : OldCompatible Warn

OlivOS/libBooter/libEXEModelAPI.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@Author : lunzhiPenxil仑质
1111
@Contact : lunzhipenxil@gmail.com
1212
@License : AGPL
13-
@Copyright : (C) 2020-2025, OlivOS-Team
13+
@Copyright : (C) 2020-2023, OlivOS-Team
1414
@Desc : None
1515
'''
1616

@@ -55,8 +55,8 @@
5555
'android_pad': {
5656
'AstralQsign': '''{
5757
"apk_id": "com.tencent.mobileqq",
58-
"app_id": 537242075,
59-
"sub_app_id": 537242075,
58+
"app_id": 537241756,
59+
"sub_app_id": 537241756,
6060
"app_key": "0S200MNJT807V3GE",
6161
"sort_version_name": "9.0.95.19320",
6262
"build_time": 1713424357,
@@ -72,8 +72,8 @@
7272
}''',
7373
'9.0.95': '''{
7474
"apk_id": "com.tencent.mobileqq",
75-
"app_id": 537242075,
76-
"sub_app_id": 537242075,
75+
"app_id": 537241756,
76+
"sub_app_id": 537241756,
7777
"app_key": "0S200MNJT807V3GE",
7878
"sort_version_name": "9.0.95.19320",
7979
"build_time": 1713424357,

0 commit comments

Comments
 (0)