mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-06-14 01:16:45 +08:00
修改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