- [{{ log.timestamp }}]
+ [{{ log.timestamp }}]
{{ log.type === 'request' ? '请求' : log.type === 'response' ? '响应' : '错误' }}
-
{{ typeof log.content === 'object' ? JSON.stringify(log.content, null, 2) : log.content }}
+
{{ typeof log.content === 'object' ? JSON.stringify(log.content, null, 2) : log.content }}