修改HTML默认聊天数据
This commit is contained in:
@@ -578,7 +578,7 @@ input {
|
||||
// Sample chat messages (replace this with your actual data)
|
||||
const chatMessages = [
|
||||
/*注意看这是分割线*/
|
||||
|
||||
];
|
||||
function checkEnter(event) {
|
||||
if (event.keyCode === 13) {
|
||||
gotoPage();
|
||||
|
||||
Reference in New Issue
Block a user