重构联系人管理逻辑,新增联系人状态管理和数据同步功能,优化联系人列表组件以提升用户体验和代码可读性。

This commit is contained in:
2025-10-23 19:56:57 +08:00
parent 3b36b19d01
commit dc58109829
16 changed files with 1614 additions and 517 deletions

View File

@@ -87,6 +87,7 @@ export interface Contact {
wechatId?: string; // 微信号
alias?: string; // 别名
gender?: number; // 性别
groupId?: number; // 标签ID分组
region?: string; // 地区
signature?: string; // 个性签名
phone?: string; // 手机号