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

@ -201,9 +201,9 @@ if (!norunFlag) {
eventFlag = true;
}
var data = JSON.parse(event.data);
if (data.response) {
if (data.response) {
outputContainer.textContent += data.response;
}
}
}
}
} else {