refactor: 移除聊天室右侧废弃的酷库表情与贴图相关代码及资源
This commit is contained in:
@@ -125,20 +125,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
// ── 表情插入 ──────────────────────────────────────
|
||||
function insertEmoji(code) {
|
||||
const input = document.getElementById('content');
|
||||
input.value += code;
|
||||
input.focus();
|
||||
switchTab('users');
|
||||
}
|
||||
|
||||
// ── 动作选择 ──────────────────────────────────────
|
||||
function setAction(act) {
|
||||
document.getElementById('action').value = act;
|
||||
switchTab('users');
|
||||
document.getElementById('content').focus();
|
||||
}
|
||||
|
||||
// ── 自动滚屏 ──────────────────────────────────────
|
||||
const autoScrollEl = document.getElementById('auto_scroll');
|
||||
|
||||
Reference in New Issue
Block a user