From 11a8dbf4f3c79b9ca3beb4546e99e5f51dd30ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Sat, 21 Oct 2023 18:15:39 +0800 Subject: [PATCH] DEBUG --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index a4bb376..59f27f1 100644 --- a/src/main.js +++ b/src/main.js @@ -189,7 +189,7 @@ clientList.setChannel('chat', { const timestamp = new Date(item.time).getTime() return timestamp >= lastTimestamp }).forEach(item => { - console.log('消息不符合要求的时间区间', item) + console.log('消息不符合要求的时间区间', last, new Date().getTime(), item) }) chat.合并消息列表(data.list) return