Sercomm SWPA's Harmonic CMTS Management System
Go to file
swpa fb1c091be9 fix(backup): 設備終端機分頁機制(Pagination)問題處理
- 根據 config_type 切換模式與指令,並加上 | nomore 關閉分頁

refactor(backup): 將 CMTS 的 CLI 配置文字轉換為完美的邏輯巢狀 JSON (兩階段解析法)
- 階段 0: 預處理 (清理雜訊,移除危險的自動黏合)
- 階段 2: 邏輯群組化與字典合併 (保留嚴格型別防護)

refactor(ui): 獲取整台 CMTS 的完整配置 (串流進度回報版)
- 前端串流接收器 (Streaming UI)

fix(ui): 修復 SSH 終端機無底洞溢出與頁籤底部左右捲軸錯位問題
- 於 .xterm 新增 height: 100% 與 box-sizing: border-box,確保終端機畫布完美貼合黑底外框,並將捲動權限成功交還給終端機內部。
2026-05-30 00:48:53 +08:00
.continue/rules feat: 前端串流接收器 (Streaming UI) 2026-05-29 15:16:46 +08:00
.vscode feat: Core Backup Engine & Async Stability 2026-05-26 18:30:10 +08:00
routers fix(backup): 設備終端機分頁機制(Pagination)問題處理 2026-05-30 00:48:53 +08:00
static fix(backup): 設備終端機分頁機制(Pagination)問題處理 2026-05-30 00:48:53 +08:00
.clineignore feat: 1.PostgreSQL 高可用性架構升級, 2.導入continue.dev與Roo Code偕同開發模式。 2026-05-21 16:57:45 +08:00
.clinerules feat: 前端串流接收器 (Streaming UI) 2026-05-29 15:16:46 +08:00
.gitignore chore: update .gitignore and ignore cache 2026-05-21 16:57:45 +08:00
PROJECT_STATE.md feat: 前端串流接收器 (Streaming UI) 2026-05-29 15:16:46 +08:00
cmts_scraper.py fix(backup): 設備終端機分頁機制(Pagination)問題處理 2026-05-30 00:48:53 +08:00
database.py feat(backup): 優化備份模組 UI 佈局與搜尋過濾防呆機制 2026-05-28 22:24:57 +08:00
index.html fix(backup): 設備終端機分頁機制(Pagination)問題處理 2026-05-30 00:48:53 +08:00
init_db.py feat: 實作 Phase 1 & 2 備份資料庫 Schema 與 API 路由 2026-05-25 16:40:55 +08:00
main.py feat: 實作 Phase 1 & 2 備份資料庫 Schema 與 API 路由 2026-05-25 16:40:55 +08:00
requirements.txt feat: 1.PostgreSQL 高可用性架構升級, 2.導入continue.dev與Roo Code偕同開發模式。 2026-05-21 16:57:45 +08:00
shared.py fix(backup): 設備終端機分頁機制(Pagination)問題處理 2026-05-30 00:48:53 +08:00
test_scraper.py feat: 樹狀結構修整 & 各欄位提示資料建立與快取設計 2026-05-21 16:50:38 +08:00