scm-harmonic-cmts-admin/static
swpa 2168ccf770 perf(core): 實施 Priority 3 效能與體驗極致優化
- 前端渲染優化:將 tree-ui.js 的巨量字串拼接改為 Array.join,大幅降低 V8 引擎 GC 負擔與畫面卡頓。
- Terminal 資源回收:強化 WebSocket 斷線偵測,主動 cancel 背景任務並確保 SSH 連線乾淨釋放 (terminal.py)。
- 智慧 Prompt 偵測:全面導入 Regex 匹配設備 Prompt,取代盲目 Timeout 等待,巨幅提升爬蟲與設定寫入速度 (cmts_scraper.py, backup.py, config.py)。
2026-05-31 18:19:12 +08:00
..
api.js feat: Finalize JSON cache architecture and prepare for PostgreSQL migration 2026-05-21 16:57:08 +08:00
app.js perf(memory): 實施 Priority 2 記憶體洩漏修復與資源回收優化 2026-05-31 16:15:44 +08:00
edit-mode.js fix(backup): 設備終端機分頁機制(Pagination)問題處理 2026-05-30 00:48:53 +08:00
mac-domain.js refactor: 完成前端 ES6 模組化全面拆分與 app.js 瘦身 2026-05-21 16:53:47 +08:00
my_icon.png feat: Finalize JSON cache architecture and prepare for PostgreSQL migration 2026-05-21 16:57:08 +08:00
style.css fix(backup): 設備終端機分頁機制(Pagination)問題處理 2026-05-30 00:48:53 +08:00
terminal.js feat: 1.工具維護者 (System Admin) 機制設計, 新增 URL 隱藏密鑰與彩蛋解鎖法。 2.使用者介面微調整。 2026-05-21 16:53:47 +08:00
tree-ui.js perf(core): 實施 Priority 3 效能與體驗極致優化 2026-05-31 18:19:12 +08:00
utils.js Refactor: 使用 ES6 Modules 抽離 Terminal 邏輯 2026-05-21 16:53:12 +08:00