mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 09:28:14 +00:00
- 删除 8 个未引用 JS 函数: confirmDialog/showToast/timeAgo/statCard/ systemTheme/getStarmapBg/resetStarmapCamera/toggleStarmapAuto (实际使用的是 toast()/内联卡片构建/setTheme) - 删除星图 hover info 空转块(starmap-info 容器不存在,infoEl 永远 null, sm-info-name/type/mentions/links 子元素查询全部无效) - 删除死 CSS: #starmap-container/#starmap-stats/#starmap-info/ #starmap-loading/.starmap-toggle(对应 HTML 元素已不存在) - 删除重复的 #sm-container-chat height:480px(被后续 260px 覆盖) 共 -266 行,JS/CSS 语法验证通过