mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2025-12-19 23:45:35 +01:00
Update 3 files
- /Live2dHistoire/live2d/js/message.js - /_data/links.csv - /_posts/2025-09-01-quine.md
This commit is contained in:
parent
da59fa1a9f
commit
2803a0773a
3 changed files with 6 additions and 3 deletions
|
|
@ -201,7 +201,9 @@ if (!norunFlag) {
|
|||
eventFlag = true;
|
||||
}
|
||||
var data = JSON.parse(event.data);
|
||||
outputContainer.textContent += data.response;
|
||||
if (data.response) {
|
||||
outputContainer.textContent += data.response;
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue