Skip to content

Commit

Permalink
0.11.51
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Dec 30, 2024
1 parent 8f383cb commit db33db6
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 7 deletions.
6 changes: 3 additions & 3 deletions OlivOS/core/info/infoAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import OlivOS


OlivOS_Version = '0.11.50'
OlivOS_SVN = 170
OlivOS_Version_Slogan = '薯饼'
OlivOS_Version = '0.11.51'
OlivOS_SVN = 171
OlivOS_Version_Slogan = '苏打饼干'

# Compatible <= Plugin[compatible_svn] : Compatible
# OldCompatible <= Plugin[compatible_svn] < Compatible : OldCompatible Warn
Expand Down
42 changes: 38 additions & 4 deletions OlivOS/libBooter/libEXEModelAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"app_id": 537220362,
"sub_app_id": 537220362,
"app_key": "0S200MNJT807V3GE",
"sort_version_name": "9.0.56.16830",
"sort_version_name": "9.0.95.16830",
"build_time": 1713424357,
"apk_sign": "a6b745bf24a2c277527716f6f36eb68d",
"sdk_version": "6.0.0.2560",
Expand All @@ -67,7 +67,24 @@
"main_sig_map": 34869472,
"sub_sig_map": 66560,
"dump_time": 1713424357,
"qua": "V1_AND_SQ_9.0.56_6372_YYB_D",
"qua": "V1_AND_SQ_9.0.95_6372_YYB_D",
"protocol_type": 6
}''',
'9.0.95': '''{
"apk_id": "com.tencent.mobileqq",
"app_id": 537220362,
"sub_app_id": 537220362,
"app_key": "0S200MNJT807V3GE",
"sort_version_name": "9.0.95.16830",
"build_time": 1713424357,
"apk_sign": "a6b745bf24a2c277527716f6f36eb68d",
"sdk_version": "6.0.0.2560",
"sso_version": 21,
"misc_bitmap": 150470524,
"main_sig_map": 34869472,
"sub_sig_map": 66560,
"dump_time": 1713424357,
"qua": "V1_AND_SQ_9.0.95_6372_YYB_D",
"protocol_type": 6
}''',
'9.0.56': '''{
Expand Down Expand Up @@ -247,7 +264,7 @@
"app_id": 537220362,
"sub_app_id": 537220362,
"app_key": "0S200MNJT807V3GE",
"sort_version_name": "9.0.56.16830",
"sort_version_name": "9.0.95.16830",
"build_time": 1713424357,
"apk_sign": "a6b745bf24a2c277527716f6f36eb68d",
"sdk_version": "6.0.0.2560",
Expand All @@ -256,7 +273,24 @@
"main_sig_map": 34869472,
"sub_sig_map": 66560,
"dump_time": 1713424357,
"qua": "V1_AND_SQ_9.0.56_6372_YYB_D",
"qua": "V1_AND_SQ_9.0.95_6372_YYB_D",
"protocol_type": 1
}''',
'9.0.95': '''{
"apk_id": "com.tencent.mobileqq",
"app_id": 537220362,
"sub_app_id": 537220362,
"app_key": "0S200MNJT807V3GE",
"sort_version_name": "9.0.95.16830",
"build_time": 1713424357,
"apk_sign": "a6b745bf24a2c277527716f6f36eb68d",
"sdk_version": "6.0.0.2560",
"sso_version": 21,
"misc_bitmap": 150470524,
"main_sig_map": 34869472,
"sub_sig_map": 66560,
"dump_time": 1713424357,
"qua": "V1_AND_SQ_9.0.95_6372_YYB_D",
"protocol_type": 1
}''',
'9.0.56': '''{
Expand Down
1 change: 1 addition & 0 deletions OlivOS/nativeGUI/multiLoginUIAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ def __init__(self, action, Account_data, hash_key=None, edit_commit_callback=Non
'edit_root_Combobox_qsign_protocal_list': [
'AstralQsign',
'手动',
'9.0.95',
'9.0.56',
'8.9.85',
'8.9.83',
Expand Down

0 comments on commit db33db6

Please sign in to comment.