refactor: 移除聊天室右侧废弃的酷库表情与贴图相关代码及资源

This commit is contained in:
2026-03-12 13:19:26 +08:00
parent 10cd89f9f9
commit eab300851a
323 changed files with 1 additions and 53 deletions
@@ -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');