Files
panel/web
耗子 db8064fbe3 fix: 日志查看器改用 PTY + xterm 以支持滚动查看历史
journalctl 未加 -n 参数导致只能看到 10 行历史;watchEffect 每次日志更新
都强制滚到底部,导致用户即便有滚动条也无法回看历史。改用已有的 ws.pty +
xterm.js 基础设施取代 n-log,借助 xterm 的 scrollback buffer 获得与 SSH
下 tail 一致的交互体验。

- tail 预加载 1000 行并启用 -F 兼容日志轮转
- journalctl 加 --no-pager 防止 TTY 下启动分页器,预加载 1000 行
- 移除无用的 language prop 并同步清理 EditModal 的传参

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 01:45:24 +08:00
..
2026-04-01 22:58:39 +08:00
2026-02-22 20:47:37 +08:00
2025-08-22 05:59:57 +08:00
2025-08-22 05:59:57 +08:00
2026-04-01 22:58:39 +08:00
2026-04-01 22:46:54 +08:00
2026-04-01 22:46:54 +08:00
2026-04-01 22:46:54 +08:00
2026-04-01 22:46:54 +08:00
2025-09-17 02:58:39 +08:00
2025-03-28 22:23:05 +08:00
2025-09-18 23:24:03 +08:00
2026-04-01 22:58:39 +08:00
2025-12-18 04:33:15 +08:00
2026-04-01 22:46:54 +08:00

AcePanel

This is the frontend part of AcePanel, developed using Vue3 + Vite + UnoCSS + Naive UI.

For more information, please visit AcePanel.