mirror of
https://gitlab.com/mayx/mayx.gitlab.io
synced 2025-12-08 01:28:11 +00:00
Update 3 files
- /Live2dHistoire/live2d/js/message.js - /_data/links.csv - /_posts/2025-09-01-quine.md
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user