feat: added thinking time statistics; added LaTeX rendering support

This commit is contained in:
Xiaohan-Tian
2026-05-15 12:07:45 -07:00
parent 42b9662bb4
commit ac2d924711
6 changed files with 426 additions and 8 deletions
+10
View File
@@ -278,6 +278,16 @@
color: #ccc;
}
.message-content .katex-display {
margin: 8px 0;
overflow-x: auto;
overflow-y: hidden;
}
.message-content .katex {
max-width: 100%;
}
.message-content table {
border-collapse: collapse;
width: 100%;