-
-
-
-
数据仅在本机读取
-
WechatExplorer 不会将您的微信聊天数据上传到云端。所有解析和存储均在本地完成。
-
-
+
账号概览
-
-
- {selfInfo?.avatar ? (
-

- ) : (
- (selfInfo?.nickname || '?').charAt(0)
- )}
-
-
- 昵称
- {selfInfo?.nickname || '暂无数据'}
- 最近验证
- {controller.lastVerifiedAt || '暂无数据'}
-
-
- WXID
- {selfInfo?.wxid || '暂无数据'}
- 数据库连接状态
-
- {connected ? '连接正常' : '尚未连接'}
-
-
-
-
-
-
-
-
数据库连接
-
-
-
- {controller.pendingRoot || '暂无数据'}
-
-
-
-
-
-
- 连接状态自检
-
-
-
- {controller.diagnostics.map((item) => (
-
-
- {item.label}
- {item.result}
-
- ))}
-
-
-
连接管理
-
-
-
断开数据库连接
-
断开后 WechatExplorer 暂时无法读取聊天记录,但不会删除微信原始数据。
-
-
-
-
-
重置连接配置
-
重置逻辑尚未提供完整的安全边界,本阶段暂不开放。
-
-
-
+
void controller.testConnection()}
+ onOpenDirectory={() => void controller.openAccountDirectory()}
+ onCopyDirectory={() => void controller.copyAccountDirectory()}
+ />
+ 连接健康检查
+