refactor: 仅彻底移除废弃的聊天室表情图片贴图,保留酷库动作功能

This commit is contained in:
2026-03-12 13:20:26 +08:00
parent eab300851a
commit 16498a4657
3 changed files with 36 additions and 1 deletions
@@ -127,6 +127,13 @@
// ── 动作选择 ──────────────────────────────────────
function setAction(act) {
document.getElementById('action').value = act;
switchTab('users');
document.getElementById('content').focus();
}
// ── 自动滚屏 ──────────────────────────────────────
const autoScrollEl = document.getElementById('auto_scroll');
if (autoScrollEl) {