Update 4 files

- /_posts/2025-11-01-mirrors.md
- /_data/other_repo_list.csv
- /_layouts/post.html
- /Live2dHistoire/live2d/js/message.js
This commit is contained in:
mayx
2025-11-01 11:41:16 +00:00
parent 1198b6c191
commit d13dd560c2
4 changed files with 316 additions and 13 deletions

View File

@ -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;
}
}
}
});