feat: 添加系统日志功能,记录运行时错误和AI调用失败,提供日志查看页面
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user