+
+ {/* Device Info */}
+ {conv.deviceInfo && (
+
+ {conv.deviceInfo.ip && (
+
+
+ IP: {conv.deviceInfo.ip}
+ {conv.deviceInfo.region && (
+ ({conv.deviceInfo.region})
+ )}
+
+ )}
+ {conv.deviceInfo.userAgent && (
+
+
+
+ {parseUserAgent(conv.deviceInfo.userAgent)}
+
+
+ )}
+ {conv.deviceInfo.fingerprint && (
+
+ 指纹:
+ {conv.deviceInfo.fingerprint.slice(0, 12)}...
+
+ )}
+
+ 消息数: {conv.messageCount}
+