feat: add periodic practice reports

This commit is contained in:
2026-07-31 16:37:25 +08:00
parent 88ed92d78c
commit 99e23b33ec
16 changed files with 602 additions and 3 deletions

View File

@@ -1810,6 +1810,19 @@ textarea:focus-visible {
line-height: 1.65;
}
.periodic-report-list .report-title {
color: var(--chat-text);
font-weight: 650;
}
.periodic-report-list pre {
max-height: 260px;
margin: 8px 0 0;
overflow: auto;
white-space: pre-wrap;
word-break: break-word;
}
.dialog-actions {
display: grid;
grid-template-columns: 1fr 1fr;