WechatExplorer
+你的本地微信聊天档案
++ 连接本机微信数据库,开始检索、整理和分析聊天记录。 +
++ {statusKind === 'error' + ? status + : status || '请保持微信客户端正在运行,系统将尝试安全获取数据库密钥。'} +
+-
+
- 微信客户端 +
- {isFetching ? '正在检测' : '等待检测'} +
-
+ 存储路径
+
+
+ - + + onDbRootChange(event.target.value)} + placeholder={defaultPath} + title={dbRoot || defaultPath} + aria-label="微信数据存储路径" + spellCheck={false} + onFocus={(event) => event.currentTarget.select()} + /> + + {dbRoot || defaultPath} + + + +
- 数据库状态 +
- {statusKind === 'error' ? '无法连接' : '准备连接'} +