Skip to content

Commit

Permalink
修改账号类型
Browse files Browse the repository at this point in the history
  • Loading branch information
lunzhiPenxil committed Nov 13, 2023
1 parent 98fac74 commit 63786c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OlivOS/multiLoginUIAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ def __init__(self, action, Account_data, hash_key=None, edit_commit_callback=Non
'钉钉',
'渡渡语音/Dodo/V2',
'渡渡语音/Dodo/V1',
'QQ频道/公域',
'QQ频道/私域',
'QQ官方/公域',
'QQ官方/私域',
'Discord',
'Telegram',
'Fanbook',
Expand Down Expand Up @@ -575,12 +575,12 @@ def __init__(self, action, Account_data, hash_key=None, edit_commit_callback=Non
'直播间ID': 'edit_root_Entry_Server_access_token'
}
],
'QQ频道/公域': ['qqGuild', 'qqGuild_link', 'public', 'True', 'websocket', {
'QQ官方/公域': ['qqGuild', 'qqGuild_link', 'public', 'True', 'websocket', {
'BotAppID': 'edit_root_Entry_ID',
'机器人令牌': 'edit_root_Entry_Server_access_token'
}
],
'QQ频道/私域': ['qqGuild', 'qqGuild_link', 'private', 'True', 'websocket', {
'QQ官方/私域': ['qqGuild', 'qqGuild_link', 'private', 'True', 'websocket', {
'BotAppID': 'edit_root_Entry_ID',
'机器人令牌': 'edit_root_Entry_Server_access_token'
}
Expand Down

0 comments on commit 63786c2

Please sign in to comment.