修改HTML默认聊天数据

This commit is contained in:
shuaikangzhou
2024-01-14 14:32:09 +08:00
parent 6015c1dff6
commit 48e748db8f
6 changed files with 20 additions and 4 deletions

View File

@@ -578,7 +578,7 @@ input {
// Sample chat messages (replace this with your actual data)
const chatMessages = [
/*注意看这是分割线*/
];
function checkEnter(event) {
if (event.keyCode === 13) {
gotoPage();