From d13dd560c26f1bbe2898acc386f9319b9f4834c4 Mon Sep 17 00:00:00 2001 From: mayx Date: Sat, 1 Nov 2025 11:41:16 +0000 Subject: Update 4 files - /_posts/2025-11-01-mirrors.md - /_data/other_repo_list.csv - /_layouts/post.html - /Live2dHistoire/live2d/js/message.js--- _layouts/post.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 1de008b..54ae900 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -59,7 +59,9 @@ layout: default return; } else { const data = JSON.parse(event.data); - outputContainer.textContent += data.response; + if (data.response) { + outputContainer.textContent += data.response; + } } } }); -- cgit v1.2.3