855 协议版本-调整完毕内容

This commit is contained in:
liuwei
2025-04-30 13:22:33 +08:00
parent 869bce8a18
commit 454d084715
88 changed files with 1565 additions and 7816 deletions

View File

@@ -2,10 +2,10 @@
"""
联系人管理器 - 提供全局访问联系人信息的单例类
"""
import logging
from loguru import logger
from typing import Dict, Optional, List, Tuple
from gewechat_client import GewechatClient
from utils.json_converter import json_to_object
@@ -20,7 +20,7 @@ class ContactManager:
_official_accounts: Dict[str, str] = {} # 公众号
_head_images: Dict[str, str] = {} # 头像信息
_initialized = False
_logger = logging.getLogger("ContactManager")
_logger = logger
_friends: List[Dict] = []
_group_contacts_friends: Dict[str, Dict[str, str]] = {}
# 定义公共好友列表