feat: 添加系统日志功能,记录运行时错误和AI调用失败,提供日志查看页面

This commit is contained in:
2026-03-14 00:32:20 +08:00
parent d2d63d5e61
commit dc7efb8ff8
10 changed files with 208 additions and 2 deletions

View File

@@ -613,6 +613,11 @@ body {
background: color-mix(in srgb, var(--card-alt) 76%, var(--accent) 24%);
}
.log-viewer {
max-height: 70vh;
overflow: auto;
}
.box-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));