Skip to content

Commit

Permalink
版本推进至0.11.8,新增WQ的手机与平板
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Apr 10, 2023
1 parent 6e3f75a commit 51d467b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OlivOS/infoAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import OlivOS


OlivOS_Version = '0.11.7'
OlivOS_SVN = 127
OlivOS_Version = '0.11.8'
OlivOS_SVN = 128

# Compatible <= Plugin[compatible_svn] : Compatible
# OldCompatible <= Plugin[compatible_svn] < Compatible : OldCompatible Warn
Expand Down
16 changes: 14 additions & 2 deletions OlivOS/multiLoginUIAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,11 @@ def __init__(self, action, Account_data, hash_key=None, edit_commit_callback=Non
'QQ - GoCq - iPad',
'QQ - GoCq - iMac',
'QQ - Wq - 安卓手表',
'QQ - Wq - 安卓手机',
'QQ - Wq - 安卓平板',
'微信 - ComWeChat',
'QQ - GoCq - 旧',
'QQ - Wq - 旧',
'微信 - ComWeChat',
'Discord',
'Telegram',
'开黑啦 - KOOK',
Expand All @@ -286,6 +288,8 @@ def __init__(self, action, Account_data, hash_key=None, edit_commit_callback=Non
'type_note_list': {
'QQ - GoCq - 安卓手表': '密码留空即尝试使用扫码登录',
'QQ - GoCq - 旧': '密码留空即尝试使用扫码登录',
'QQ - Wq - 安卓手表': '密码留空即尝试使用扫码登录',
'QQ - Wq - 旧': '密码留空即尝试使用扫码登录',
'微信 - ComWeChat': '启动后需要再运行特定版本微信',
'Hack.Chat': '密码可以留空'
},
Expand All @@ -296,8 +300,10 @@ def __init__(self, action, Account_data, hash_key=None, edit_commit_callback=Non
'QQ - GoCq - 安卓手表': './conf/gocqhttp/{bothash}',
'QQ - GoCq - iPad': './conf/gocqhttp/{bothash}',
'QQ - GoCq - iMac': './conf/gocqhttp/{bothash}',
'QQ - Wq - 安卓手表': './conf/walleq/{bothash}',
'QQ - GoCq - 旧': './conf/gocqhttp/{bothash}',
'QQ - Wq - 安卓手表': './conf/walleq/{bothash}',
'QQ - Wq - 安卓手机': './conf/walleq/{bothash}',
'QQ - Wq - 安卓平板': './conf/walleq/{bothash}',
'QQ - Wq - 旧': './conf/walleq/{bothash}'
},
'type_mapping_list': {
Expand Down Expand Up @@ -355,6 +361,12 @@ def __init__(self, action, Account_data, hash_key=None, edit_commit_callback=Non
# 推荐使用扫码登录时,可以隐藏密码栏
}
],
'QQ - Wq - 安卓平板': ['qq', 'onebot', 'walleq_show_Android_Pad', 'True', 'websocket', {
'账号': 'edit_root_Entry_ID',
'密码': 'edit_root_Entry_Password',
# 推荐使用扫码登录时,可以隐藏密码栏
}
],
'QQ - Wq - 安卓手表': ['qq', 'onebot', 'walleq_show_Android_Watch', 'True', 'websocket', {
'账号': 'edit_root_Entry_ID',
'密码': 'edit_root_Entry_Password',
Expand Down

0 comments on commit 51d467b

Please sign in to comment.